Another fix for last read
This commit is contained in:
parent
63075ceca4
commit
6f7cbb7b1c
@ -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) {
|
||||
|
Reference in New Issue
Block a user