Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
changing the mail message with $MAILPATH
- X-seq: zsh-users 834
- From: Roderick Schertler <roderick@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: changing the mail message with $MAILPATH
- Date: Wed, 23 Apr 1997 11:14:01 -0400
- Sender: roderick@xxxxxxxxxx
Is there a way to change the default message you get when you have new
mail? That is, a way to prevent the repetition in
mailpath=('foo?New mail in $_'
'bar?New mail in $_'
'baz?New mail in $_')
without doing something like
for file in foo bar baz
do
mailpath=($mailpath "$file?New mail in $file")
done
and without separating mailboxes out into their own directory?
If there isn't, how about adding one? A possible syntax would be that
an element of the array which starts with ? would change the default
message from the next element forward.
--
Roderick Schertler
roderick@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author