On Fri, Sep 17, 2010 at 01:46:41AM +0200, Christian Ebert wrote:
I have the new mail_check_recent variable set to yes. It works, except for my spoolfile which is compiled in: ./configure --with-homespool=Maildir ... At least I guess it's because of this. It would be nice to have this working on my spool again.
I presume you are using Maildir format mailboxes? Does it work with any maildir mailbox?One thing to check is "stat $Maildir/new" and see if the mtime value on the directory is updated when a new message is placed in that directory.
Thanks, me