X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=buffy.c;h=7f5b4b731dcaa2b4c0dce477f5aa27fee1c00f57;hb=16ff93bd19515d67ea15468b4adb35395970a559;hp=93a5716fed80c0747645864c878367bcdfc25c02;hpb=f404a0ca916be07049af51a3022baaaaab94def6;p=apps%2Fmadmutt.git diff --git a/buffy.c b/buffy.c index 93a5716..7f5b4b7 100644 --- a/buffy.c +++ b/buffy.c @@ -411,10 +411,13 @@ int mutt_buffy_check (int force) (!(p = strstr (de->d_name, ":2,")) || !strchr (p + 3, 'T'))) { /* one new and undeleted message is enough */ - BuffyCount++; - tmp->has_new = tmp->new = 1; - tmp->msgcount++; - tmp->msg_unread++; + if (tmp->new != 1) + { + BuffyCount++; + tmp->has_new = tmp->new = 1; + } + tmp->msgcount++; + tmp->msg_unread++; } } closedir (dirp);