X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=buffy.c;h=208eaacae146025ea26a72777059116d52f56b7e;hb=161e8105f9d9e380e8b079b1c80fed9e728d6b9d;hp=7f5b4b731dcaa2b4c0dce477f5aa27fee1c00f57;hpb=21b5df0ced4381fd3f48ce40d096631edf12ec68;p=apps%2Fmadmutt.git diff --git a/buffy.c b/buffy.c index 7f5b4b7..208eaac 100644 --- a/buffy.c +++ b/buffy.c @@ -421,7 +421,7 @@ int mutt_buffy_check (int force) } } closedir (dirp); -#if 0 +#if 1 /* I commented this out because it led to an infite "New mail in ..." loop, * and when looking at the code, the check seems to be overly eager. * -- ak @@ -440,8 +440,13 @@ int mutt_buffy_check (int force) { /* one new and undeleted message is enough */ BuffyCount++; +#if 0 + /* we're checking for read and not new mail; + * seems like copy'n'paste error + */ tmp->has_new = tmp->new = 1; - tmp->msgcount++; +#endif + tmp->msgcount++; } } closedir (dirp);