diff --git a/wmbiff-0.4.27/wmbiff/wmbiff.c b/wmbiff-0.4.27/wmbiff/wmbiff.c index 90b4e74..cc6b947 100644 --- a/wmbiff-0.4.27/wmbiff/wmbiff.c +++ b/wmbiff-0.4.27/wmbiff/wmbiff.c @@ -845,10 +845,10 @@ static int periodic_mail_check(void) XUndefineCursor(display, iconwin); - if ((mailstat == 2) && (mbox[i].notify[0] == '\0')) { - /* for global notify */ + /* Global notify */ + if (mailstat == 2) NewMail = 1; - } + displayMsgCounters(i, mailstat, &Blink_Mode); /* update our idea of current time, as it may have changed as we check. */