X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=5e041d04f629fc4144a9d3cbc35d649a22b95053;hp=88e1cbd8add2ecd75a54e04f758b0c9f78dd1362;hb=10852340be6d525c75c4da971ac8cfe1fe742781;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/buffy.c b/buffy.c index 88e1cbd..5e041d0 100644 --- a/buffy.c +++ b/buffy.c @@ -414,6 +414,11 @@ int mutt_buffy_check (int force) } } closedir (dirp); +#if 0 + /* 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 + */ snprintf (path, sizeof (path), "%s/cur", tmp->path); if ((dirp = opendir (path)) == NULL) { @@ -433,6 +438,7 @@ int mutt_buffy_check (int force) } } closedir (dirp); +#endif break; case M_MH: