• src/sbbs3/readmail.cpp

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Jan 9 15:52:32 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/eb9fb7e0b848d05e94f471ba
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Elminate old copy/paste cruft (likely from readmsgs.c/cpp)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sat Apr 27 17:04:30 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/da6fec2cca71dafc613b4ee8
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Oops, another WIP reference here
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Aug 8 18: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.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Fri Dec 6 17: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).
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Jan 9 17: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
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)