From: ak1 Date: Sun, 27 Feb 2005 21:34:14 +0000 (+0000) Subject: Andreas Krennmair: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=66beea5cc3cb7a98d270c5b6efdf815a60aded94;hp=1c068b6a0b9c781e97d565f1d5ed9ef8913566da Andreas Krennmair: fix "New email in ..." loop problem that reappeared. git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@109 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/buffy.c b/buffy.c index 208eaac..34010de 100644 --- a/buffy.c +++ b/buffy.c @@ -439,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 */