Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New mail notification not working
- X-seq: zsh-users 4144
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Russell Hoover <rj@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: New mail notification not working
- Date: Sun, 19 Aug 2001 18:55:59 +0000
- In-reply-to: <20010819143917.A28481@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20010819143917.A28481@xxxxxxxxx>
On Aug 19, 2:39pm, Russell Hoover wrote:
} Subject: New mail notification not working
}
} I'm using the maildir mailbox format with mutt.
} and I cannot get the "You have new mail." to show in zsh.
If you built zsh yourself, try recompiling it with --enable-maildir-support.
Otherwise, zsh only checks for files that have changed -- that is, files
whose modify time is the same as or more recent than their access time. If
the newly created files in your maildir "new" subdirectory don't have that
property, zsh won't report them as new mail.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author