Add personal mail scan

This commit is contained in:
Andrew Pamment
2018-02-18 13:51:39 +10:00
parent 9fe6c9d475
commit 9390dedc82
11 changed files with 83 additions and 19 deletions

View File

@@ -118,7 +118,7 @@ Finally, an optional SECLEVEL command indicates the required security level for
**FILESCAN** Scan for new files.
**FULLMAILSCAN** Scan for new messages and display them.
**FULLMAILSCAN** Scan for new messages and display them. Optional DATA PERSONAL for personal mail scan.
**FILESEARCH** Search for a file.

View File

@@ -96,6 +96,8 @@ Where data is the name of the lua script to call without the extension.
**bbs_full_mail_scan** Performs a full mail scan (like a mail scan but also displays new messages)
**bbs_personal_mail_scan** Performs a full mail scan (like a full mail scan but only displays personal messages)
**bbs_get_userhandle** Returns the logged in user's handle
**bbs_message_found** Takes three numbers, the conference, area and the message number, returns one number, 1 if found, 0 if not.