another fix for lastread reset
This commit is contained in:
parent
b5bc6d688d
commit
f49e076cc0
@ -80,6 +80,8 @@ int bwave_scan_area(int confr, int area, int areano, int totmsgs, FILE *fti_file
|
|||||||
jlr.LastReadMsg = 0;
|
jlr.LastReadMsg = 0;
|
||||||
jlr.HighReadMsg = 0;
|
jlr.HighReadMsg = 0;
|
||||||
all_unread = 1;
|
all_unread = 1;
|
||||||
|
} else if (jlr.LastReadMsg == 0 && jlr.HighReadMsg == 0) {
|
||||||
|
all_unread = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user