Subj : src/sbbs3/atcodes.cpp getmail.c getmail.h js_user.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Dec 08 2020 10:03 pm https://gitlab.synchro.net/main/sbbs/-/commit/bd17a29fe6a38e5540af2159 Modified Files: src/sbbs3/atcodes.cpp getmail.c getmail.h js_user.c Log Message: Make read/unread mail-waiting stats easier to access New JS User.stats properties: - read_mail_waiting - unread_mail_waiting - spam_waiting New @-codes: - MAILR (read mail waiting) - MAILU (unread mail waiting) And the corresponding MAILR# and MAILU# codes (for non-current user's stats). Addresses feature request #191. .