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

Added sub SCAN_CFG_* bit definitions.

parent ddac3373
No related branches found
No related tags found
No related merge requests found
......@@ -548,6 +548,15 @@ var SCAN_FIND =(1<<4) /* Scan for text in messages */
var SCAN_UNREAD =(1<<5) /* Find un-read messages to you */
/********************************************/
/********************************************/
/* Bits in msg_area.sub[].scan_cfg */
/********************************************/
var SCAN_CFG_NEW =(1<<0) /* Auto-scan for new messages */
var SCAN_CFG_TOYOU =(1<<1) /* Auto-scan for unread messages to you */
var SCAN_CFG_YONLY =(1<<8) /* Auto-scan for new messages to you only */
/********************************************/
/********************************************/
/********************************************/
/* Bits in mode for bbs.scan_dirs() */
/* bbs.list_files() & bbs.list_file_info() */
......
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