Hello.
mutt_buffy_check() has the following code fragment at the beginning
of `Incoming' loop (line 311 of buffy.c on tip):
if (stat (tmp->path, &sb) != 0 || sb.st_size == 0 ||
(!tmp->magic && (tmp->magic = mx_get_magic (tmp->path)) <= 0))
{
/* if the mailbox still doesn't ex
Hi.
I've been experiencing mutt segfaults when I open a Maildir folder
and leave it a while. I'm using some simple limit pattern, and
the sorting is set to other than "threads". New messages are
delivered to this folder through procmail. Older messages in that
folder are periodically removed usi