Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Automatically checking mail
- X-seq: zsh-users 48
- From: Rodger Anderson <rodger@xxxxxxxxxxxxxxxxxxx>
- To: Daniel Eisenbud <eisenbud@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: Automatically checking mail
- Date: Tue, 25 Jul 1995 15:31:06 -0600
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: Your message of "Tue, 25 Jul 1995 17:16:41 EDT." <199507252116.RAA17138@xxxxxxxxxxxxxxxxxxxxxxxxxx>
I've been using zsh MAILPATH to check various files for quite some
time now, and have had no problems with it. Here is the relevant
portion of my .zprofile file:
# How often to check for mail, and where to check.
MAIL=$HOME/Mail/inbox/mbox
MAILCHECK=120
MAILPATH="$MAIL?You have new mail"
MAILPATH="$MAILPATH:/usr/mail/?Someone has mail in /usr/mail/"
MAILPATH="$MAILPATH:$HOME/dead.letter?You have a dead letter"
MAILPATH="$MAILPATH:/tmp/post.messages?You have a post note"
Rodger Anderson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author