mutt_buffy_check() and st_size of a directory

2008-08-28 Thread YONETANI Tomokazu
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

crash in update_index()

2007-03-21 Thread YONETANI Tomokazu
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