diff --git a/www_msgs.c b/www_msgs.c index b971b2e..ac99834 100644 --- a/www_msgs.c +++ b/www_msgs.c @@ -53,7 +53,7 @@ static int new_messages(struct user_record *user, int conference, int area) { free_message_headers(msghs); } } else { - count = (jbh.ActiveMsgs - 1) - jlr.HighReadMsg; + count = jbh.ActiveMsgs - jlr.HighReadMsg; } } }