Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
--enable-maildir-support question
- X-seq: zsh-users 4207
- From: Russell Hoover <rj@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: --enable-maildir-support question
- Date: Sat, 8 Sep 2001 04:27:01 -0400
- In-reply-to: <1010819185600.ZM18507@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxx on Sun, Aug 19, 2001 at 06:55:59PM +0000
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20010819143917.A28481@xxxxxxxxx> <1010819185600.ZM18507@xxxxxxxxxxxxxxxxxxxxxxx>
On Sun 08/19/01 at 06:55 PM +0000,
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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.
What exactly does zsh do differently once you *have* compiled in the
maildir-support option? Doing a search on "maildir" in man zshall turns up
no information about --enable-maildir-support. I have the option set, and
zsh is still giving no mail notification.
export MAIL=$HOME/.mailspool/rj
export MAILCHECK=1
mailpref=$HOME/Mail
mailpath=($HOME/.mailspool/rj
$mailpref/z/'?New zsh mail.'
$mailpref/m/'?New mutt mail.'
$mailpref/trash/'?New mail in trash.')
--
// rj@xxxxxxxxx //
Dopeler effect: The tendency of stupid ideas
to seem smarter when they come at you rapidly.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author