Skip to content
Snippets Groups Projects
Commit a32a52cb authored by rswindell's avatar rswindell
Browse files

JS bbs object changes:

- finduser() method no longer prints "Unknown user" upon failure (the calling
  script can do this if/when it wants).
- read_mail() method now accepts an optional 3rd argumnet (loadmail_mode)
  which may be used to load *only* un-read mail (for example), see LM_* in
  sbbsdefs.js

Pass the lm_mode as a 4th argument to any readmail mod (if one is installed) -
this correlates with the LM_* mode flag values (0 is normal/usual).

File attachments can also be in a file/####.out directory (e.g. outbound
Internet email attachments), so try deleting from there too when deleting
mail with attachments.
parent e2f82044
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment