* Chengqi(Lars) Song schrieb am Samstag, den 25. April 2009:
> I want to add a notification to new coming mail in my "inbox-vip" mail
> box. How can I modify my procmailrc for that? the corresponding lines
> are:
I use my shell (zsh) to do that:
export MAILCHECK=5
mailpref=$HOME/.mutt/Mail
mailpath=($mailpref/folder1'?New Mail: folder1'
$mailpref/folder2'?New Mail: folder2'
$mailpref/folder3'?New Mail: folder3')
HTH
Andreas