• src/sbbs3/readmail.cpp

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, January 09, 2023 15:52:32
    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)

    ---
    þ 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 Thursday, August 08, 2024 18:19:42
    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 Debian Linux)@VERT to Git commit to main/sbbs/master on Tuesday, April 08, 2025 20:35:46
    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
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, April 25, 2025 17:30:31
    https://gitlab.synchro.net/main/sbbs/-/commit/79bdcece37886c34007870e5
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    When listing mail messages with no "to" field, display SMTP forward path

    ... if there is one.

    ---
    þ 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 Wednesday, February 11, 2026 22:20:06
    https://gitlab.synchro.net/main/sbbs/-/commit/be05f55db5ef800ae33c506f
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    Use usernumber from mail message index for reply-to inbox

    If replying to a netmail address that is invalid (e.g. because it's a local address), but the sender was an authenticated user (non-zero 'from' value in the index) - use that as the destination user number (inbox) for the reply
    (via regular email, not netmail).

    Rather than failing with an "Invalid NetMail address: <user@address>" error.

    These types of replies used to work for Internet email, at least, because the mail server would just send to itself (when everything's working). Could be problematic for other network types and really it's just best to avoid the email loop anyway.

    Related to commit 4aa2274c97 "Refuse to send netmail to our own addresses".

    ---
    þ 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 Monday, March 02, 2026 23:37:52
    https://gitlab.synchro.net/main/sbbs/-/commit/f5c644bd6589998cbac68f0c
    Modified Files:
    src/sbbs3/readmail.cpp
    Log Message:
    When reading un-read mail, log msg "read un-read mail" instead of "read mail"

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