another fix for lastread reset

This commit is contained in:
Andrew Pamment 2017-09-21 16:16:12 +10:00
parent b5bc6d688d
commit f49e076cc0

View File

@ -80,6 +80,8 @@ int bwave_scan_area(int confr, int area, int areano, int totmsgs, FILE *fti_file
jlr.LastReadMsg = 0;
jlr.HighReadMsg = 0;
all_unread = 1;
} else if (jlr.LastReadMsg == 0 && jlr.HighReadMsg == 0) {
all_unread = 1;
}
}