X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=34010dec271639c3307ba11e667b1f0f99a80ad3;hp=757d583facfa8eba50296a08cbcbd4baa5467f7b;hb=643be053e447a35cccc37550ac0087bb5bb5c5ad;hpb=fd204cba10834057df23ba10458d4095b424e964 diff --git a/buffy.c b/buffy.c index 757d583..34010de 100644 --- a/buffy.c +++ b/buffy.c @@ -404,7 +404,6 @@ int mutt_buffy_check (int force) } tmp->msgcount = 0; tmp->msg_unread = 0; - tmp->msg_tagged = 0; while ((de = readdir (dirp)) != NULL) { char *p; @@ -440,8 +439,8 @@ int mutt_buffy_check (int force) (!(p = strstr (de->d_name, ":2,")) || !strchr (p + 3, 'T'))) { /* one new and undeleted message is enough */ - BuffyCount++; #if 0 + BuffyCount++; /* we're checking for read and not new mail; * seems like copy'n'paste error */