Subj : src/sbbs3/js_msgbase.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Apr 21 2022 10:09 pm https://gitlab.synchro.net/main/sbbs/-/commit/dc4b1bd9350a5581fa410c7f Modified Files: src/sbbs3/js_msgbase.c Log Message: Use smb_open_sub() for the "mail" base too This restores the ability for JS MsgBase() to be used to create the initial mail message base properly, if needed. This means that the 'subnum' should now be equal to scfg.total_subs when referencing an arbitrary SMB via path (not in the configuration). .