Skip to content
Snippets Groups Projects
Commit d4c3e676 authored by Eric Oulashin's avatar Eric Oulashin Committed by Rob Swindell
Browse files

DDMsgReader: Improved new-to-you scan speed (and hopefully overall speed),...

DDMsgReader: Improved new-to-you scan speed (and hopefully overall speed), indexed newscan improvements, etc.
parent 56bb31e1
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -67,5 +67,12 @@ quickUserValSetIndex=-1
; PC. This could be a boolean (true/false) or the string "ask" to prompt every time
saveAllHdrsWhenSavingMsgToBBSPC=false
; Default for the user setting for whether or not to use indexed mode for
; doing a newscan. For newscan only (not new to-you). If enabled, a newscan
; will appear as a menu listing the various sub-boards and how many total
; messages and number of new messages they have. This is the default for a
; user setting; users can toggle this for themselves as they like.
useIndexedModeForNewscan=false
; The theme file name (for colors, strings, etc.)
themeFilename=DefaultTheme.cfg
This diff is collapsed.
......@@ -277,3 +277,6 @@ hdrLineValueColor=nbh
; Selected message check mark color
selectedMsgMarkColor=wh
; Unread persomal email/messages message mark color
unreadMsgMarkColor=whi
This diff is collapsed.
......@@ -5,6 +5,25 @@ Revision History (change log)
=============================
Version Date Description
------- ---- -----------
1.80 2023-10-10 Improved speed of new-to-you scans, and to an extent
(hopefully) overall speed
Bug fix: Setting reverseListOrder to "ask" in the .cfg
file works properly again.
Bug fix: When listing messages in reverse order, the
selected menu index (for lightbar mode) is now correct.
Bug fix: If the user is allowed to read deleted messages,
then allow the left & right arrow keys to to the next or
previous message if it's deleted.
Small fixes for indexed scanning mode.
New: For personal email, unread emails will have an
'unread' message indicator in the message list as a U
between the message number and the 'from' name.
New user setting: "Quit from reader to message list":
When enabled, quitting from reader mode goes to the
message list instead of exiting out of DDMsgReader fully.
New user setting: Enter/selection from indexed mode menu
shows message list (instead of going into reader mode)
New user setting: List messages in reverse order
1.79 2023-09-20 Fixed poll voting for single-answer polls
1.78 2023-08-30 Bug fix for going to a specific message in the message
list (especially for lightbar mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment