Hi Ildar: On Oct 16, 2007, at 1:16 AM, Ildar Mulyukov wrote: [ snip ]
My MDA is the procmail, it modifies tmp, I double-checked this fact. Could you check the problem on your site? I guess you can use mutt to copy/move mail to a maildir.
I noticed that some maildir folders on my box have strange (future) mtimes cached, which would probably mean that new mail goes undetected. I guess the clock must have been messed up when the folders were accessed. Could you try the following?
--- libbalsa/mailbox_maildir.c (revision 7760) +++ libbalsa/mailbox_maildir.c (working copy) @@ -556,7 +556,7 @@ libbalsa_mailbox_set_mtime(mailbox, st.st_mtime); return; } - if (st.st_mtime <= mtime) + if (st.st_mtime == mtime) return; libbalsa_mailbox_set_mtime(mailbox, st.st_mtime); Best, Peter
Attachment:
pgpp5z8GKvLIE.pgp
Description: PGP signature