Re: New messages in folders not noticed

2001-06-07 Thread Mick

* Michael Janssen <[EMAIL PROTECTED]> [010607 14:12]:
> Hello everyone --
> I am using mutt to read mail on a NFS mounted home mail directory.  This works
> fine, except that when I start mutt, it doesn't notice that I have new mail in
> the folders listed in my mailboxes.   For example, I'll start mutt knowing that
> there are new messages in +IN.mutt (because I read that there were in the
> procmail log) and when I enter into mutt and hit 'c', it doesn't automatically
> choose =IN.mutt for me.  If I hit tab a couple times to get my mailboxes, it
> doesn't show that it's new with the 'N' in the margin there either.  However,
> when I enter into the mailbox =IN.mutt, it does correctly identify new messages.

Have you defined your mailboxes in your .muttrc? (I have overlooked the
obvious myself a time or two) 

mailboxes ! +mbox +foo +etc
or something along the lines of:
mailboxes `echo $HOME/Mail/* | sed 's/ [^ ]*sent//'`

Don't mean to insult you if that ^is^ too obvious, but the symptoms
match exactly.
-- 
-Mick   [EMAIL PROTECTED]
OpenPGP info is in the X-.* mail headers

 PGP signature


Re: New messages in folders not noticed

2001-06-08 Thread Bjoern Jacke

On 2001-06-07 at 12:49 -0500 Michael Janssen sent off:
>I am using mutt to read mail on a NFS mounted home mail directory.  This works
>fine, except that when I start mutt, it doesn't notice that I have new mail in
>the folders listed in my mailboxes.   For example, I'll start mutt knowing that

I see this problems since some time, too. It's not a kernel issue but 
I suspect something in glibc got broken some time ago. Don't use mbox 
format via NFS. NFS is just a broken. Switch to maildir if your 
mailboxes are on an NFS share. Procmail supports this, too by the way. 
Just add a / behind your mailbox name in your procmailrc.

Bjoern