Subj : CVS commit src/sbbs3/postmsg.cpp To : All From : rswindell Date : Thu Nov 18 2004 12:32 am src/sbbs3 postmsg.cpp 1.61 1.62 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv21446 Modified Files: postmsg.cpp Log Message: savemsg() locks the base header to preserve the new message number (again), reads the status header (if it can) and saves the new message number in the index record along with the time (for MSG-ID generation purposes) - this should fix the remaining smb_addmsg() conversion bugs. Now relying on the convenience pointers rather than searching through all the header fields for existing msg-id and PID header fields (faster). .