• src/sbbs3/readmail.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Apr 27 21:04:30 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/da6fec2cca71dafc613b4ee8
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Oops, another WIP reference here

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Aug 8 22:19:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c58a0e899a3c8bd4349c2c6e
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Save/reuse the mail save path/filename as a user property (in data/user/*.ini)

    This is a fix for issue #340

    Another idea would be to store a history of mail save paths and allow the user to scroll through them/choose with the up and down arrow keys, but that goes beyond the original feature request. So this just stores/reuses the last successfully used path/filename.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Dec 6 22:38:27 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/855fb1be1433f3e986c5157f
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Always free(mail)

    I don't think this was actually a leak (since smb.msgs should be non-zero
    any time mail is non-null), but to make Coverity happy (CID 515659) and just
    be more fault-tolerant, always free(mail).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Jan 9 22:56:28 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/00d49fcb41ee90d41f5e338e
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Allow @-codes in Read*Mail text.dat strings/prompts and optimize [K]ill cmd

    No need to load/modify messages that already have DELETE attribute flag set

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Apr 8 20:35:46 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/1786fca24dbb675f155fdb24
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Allow search by author forward/backward for netmail messages

    Fixes issue #484

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net