• src/sbbs3/readmail.cpp readmsgs.cpp

    From rswindell@VERT to CVS commit on Monday, May 04, 2015 19:02:26
    src/sbbs3 readmail.cpp 1.62 1.63 readmsgs.cpp 1.71 1.72
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv24445

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Change the thread down/up by thread-ID command keys to ( and )
    Display the "No messages found" text when attempting to thread up or down
    and there is no corresponding message.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 03, 2019 02:41:19
    src/sbbs3 readmail.cpp 1.93 1.94 readmsgs.cpp 1.122 1.123
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16061

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    When listing messages:
    - Use the P_TRUNCATE pmode flag to prevent long msg subj from wrapping the
    terminal
    - Use msghdr_text() to do the magic UTF-8/CP437 dance for messages with UTF-8
    header fields (e.g. to/from/subject)

    This is why I assigned MSG_HFIELDS_UTF8 the same bit-flag value as P_UTF8. :-)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, April 10, 2020 22:18:39
    src/sbbs3 readmail.cpp 1.98 1.99 readmsgs.cpp 1.129 1.130
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv30995

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Mark Lewis' request to have the left and right arrow keys move back and forward through messages (in index order, I presume), same as -/Bkspace and +/Enter.
    I also have the Home key move to the first message and End key move to the last. <shrug>


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 10, 2020 20:56:30
    src/sbbs3 readmail.cpp 1.99 1.100 readmsgs.cpp 1.130 1.131
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8218

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Mouse hotspots for readings msgs/mail prompts (just to move forward, CR).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 10, 2020 22:01:02
    src/sbbs3 readmail.cpp 1.100 1.101 readmsgs.cpp 1.131 1.132
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv19070

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Revert the previous commit, gonna use Ctrl-A codes in the text.dat strings to achieve this hotspot (click for next) and the '?' hotspot for menu.


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