DDMsgReader Fix: Indexed newscan mode for new users now shows the number of new messages in sub-boards like it's supposed to. Reported by Nelgin.
Compare changes
+ 204
− 48
@@ -153,6 +153,9 @@
@@ -256,9 +259,20 @@ load('822header.js');
@@ -1676,21 +1690,18 @@ function DigDistMsgReader_PopulateHdrsForCurrentSubBoard(pStartIdx, pEndIdx)
@@ -2696,10 +2707,78 @@ function DigDistMsgReader_MessageAreaScan(pScanCfgOpt, pScanMode, pScanScopeChar
@@ -14581,6 +14660,13 @@ function DigDistMsgReader_GetScanPtrMsgIdx()
@@ -14588,7 +14674,10 @@ function DigDistMsgReader_GetScanPtrMsgIdx()
@@ -14602,13 +14691,23 @@ function DigDistMsgReader_GetScanPtrMsgIdx()
@@ -16611,56 +16710,81 @@ function findWidestNumMsgsAndNumNewMsgs(pScanScope, pForNewscanOnly)
@@ -16682,7 +16806,8 @@ function getLatestPostTimestampAndNumNewMsgs(pSubCode)
@@ -23406,6 +23531,7 @@ function ChoiceScrollbox_DoInputLoop(pDrawBorder)
@@ -23414,6 +23540,21 @@ function ChoiceScrollbox_DoInputLoop(pDrawBorder)
@@ -23425,6 +23566,21 @@ function ChoiceScrollbox_DoInputLoop(pDrawBorder)