• src/sbbs3/readmsgs.cpp sbbs.h

    From rswindell@1:103/705 to CVS commit on Sat Feb 2 16:20:23 2019
    src/sbbs3 readmsgs.cpp 1.112 1.113 sbbs.h 1.500 1.501
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv10216

    Modified Files:
    readmsgs.cpp sbbs.h
    Log Message:
    sbbs_t::listmsgs() is called from both readmsgs() and listsub(), where the message numbers should be printed differently for each context, so added a 'reading' boolean argument (defaults to true) to indicate it was called from readmsgs() and to use the index offset (+1) as the printed msg number in that case.


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Jul 5 12:23:19 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/29e3b5f4b43901c2016cc106
    Modified Files:
    src/sbbs3/readmsgs.cpp sbbs.h
    Log Message:
    Always advance to next message after deleting a messageAlso, the logic to check
    if the user could even view deleted messages (on line 912) was wrong, replace with new method: can_view_deleted_msgs().As requested by deon (ALTERANT).
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)