Subj : src/sbbs3/js_msgbase.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Apr 21 2022 22:09:52 https://gitlab.synchro.net/main/sbbs/-/commit/1e62752ab8340af66f18f0b0 Modified Files: src/sbbs3/js_msgbase.c Log Message: Restore ability for MsgBase.open() to open an arbitrary SMB msgbaseBefore commit 5da26eca, you could pass Msgbase() the path to an SMBon the disk and open() it, no configuration needed. As of 2 yearsago, I broke that, and passing a path to an SMB would open the "mail" baseinstead - most unexpected. This is a feature of smb_open_sub() which weswitched to using (from smb_open()), so go back to using smb_open() whenan unrecognized code is pass to the constructor.This has the negative consequence that the "mail" base can't be createdvia JS. Probably should fix that. --- SBBSecho 3.15-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .