Skip to content
Snippets Groups Projects
Commit e2102d19 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Allow the 'in-transit' attribute flag to be removed from msgs in any msgbase

If a msgbase internal code is passed on the command-line, use that msgbase
instead of 'mail' (where the use of the 'in-transit' flag is normally expected
to be seen). For Keyop.
parent 29204587
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
/* notransit.js */
/* Removes MSG_INTRANSIT attribute from messages in mail database */
/* Removes MSG_INTRANSIT attribute from messages in mail (or other) msgbase */
load("sbbsdefs.js");
mail = new MsgBase("mail");
mail = new MsgBase(argv[0] || "mail");
if(!mail.open()) {
alert(mail.last_error);
exit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment