• exec/msglist.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Feb 15 19:22:10 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c726b6713398bc8b2617c179
    Modified Files:
    exec/msglist.js
    Log Message:
    Add offline execution (e.g. using jsexec or timed event) supportInspired by filelist.js (which is really *only* for use offline),added support to run via JSexec or timed event with command-lineoptions to control the output format, sorting, and msg-age range.Try this Mewcenary (EXTRICAT)
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Feb 4 20:20:08 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/1a32f58324bf79039bf48adc
    Modified Files:
    exec/msglist.js
    Log Message:
    Fix errant tab in help output
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Mon Feb 27 17:41:58 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a1548fc05227ffc3d43e8e94
    Modified Files:
    exec/msglist.js
    Log Message:
    Remove accidentally-committed debug outputAnd some trailing white-space
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Oct 26 18:14:28 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/e0a1031f237f2d3deb15fe8d
    Modified Files:
    exec/msglist.js
    Log Message:
    Make Ctrl-D an alias for DEL (to delete messages)

    For terminals that can't easily send a DEL (0x7F) character.
    As requested by phigz in IRC.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Oct 28 14:06:02 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/df672be7c9be84853f93cb73
    Modified Files:
    exec/msglist.js
    Log Message:
    Fixes for narrow terminals

    In terminals < 80 cols in width, only the message # and "from" field are shown in listings, so don't show column headings for fields that aren't shown. Display a '-' in the flag column for deleted messages (that aren't flagged). Shorten the prompt when listing msgs for terminals narrower than 64 cols
    (for phigz). I don't know of any systems/terminals that use 64 cols however. --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Oct 28 14:37:04 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a55e31da544961d74dba2183
    Modified Files:
    exec/msglist.js
    Log Message:
    Fix for preview mode with narrow terminals

    Longer messages would cause the "Preview lines" separator line to wrap.
    Chasing 40 column issues is a bit of a rabbit hole, so I think I'll pause
    for now.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Dec 9 18:27:24 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/37ff0d908755660434525893
    Modified Files:
    exec/msglist.js
    Log Message:
    Fix bug that caused a [msglist:sub] last_read_mail key to be created

    This just generated unnecessary noise in data/user/*.ini files, no harm.

    iniSetObject (used by userprops.js) will set undefined properties as blank
    keys in the section (oops, I don't recall if this is intentional or not), so
    we need to 'delete' the property instead of assigning undefined to it.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 27 23:12:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8c7dec353fca4d123e4a2693
    Modified Files:
    exec/msglist.js
    Log Message:
    Search forward/backward by subjet without "re:"/"re: " prefix

    The search seems to be backward by default (at least when listing a
    sub-board), so should look into that. But at least now you can find
    replies that include a "re:" prefix easily.

    Searching by thread should be added too.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)