Another fix for last read

This commit is contained in:
Andrew Pamment 2016-08-21 09:48:24 +10:00
parent 63075ceca4
commit 6f7cbb7b1c

View File

@ -41,7 +41,7 @@ static int new_messages(struct user_record *user, int conference, int area) {
count = jbh.ActiveMsgs;
}
} else {
if (jlr.HighReadMsg < (jbh.ActiveMsgs - 1)) {
if (jlr.HighReadMsg < jbh.ActiveMsgs) {
if (conf.mail_conferences[conference]->mail_areas[area]->type == TYPE_NETMAIL_AREA) {
msghs = read_message_headers(conference, area, user);
if (msghs != NULL) {