From: Simon Ruderich Date: Sun, 21 Sep 2008 16:57:21 +0000 (+0200) Subject: Check for new mails. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ee6cc1829c31646d65a0041c18819e7501c29170;p=config%2Fdotfiles.git Check for new mails. --- diff --git a/zsh/rc.local b/zsh/rc.local index 733ada1..b45f7f5 100644 --- a/zsh/rc.local +++ b/zsh/rc.local @@ -14,3 +14,8 @@ alias cdu='cd ~unix' alias cdm='cd ~macports' alias cdh='cd ~htdocs' alias cdp='cd ~page' + +# Path to my mail spoolfile. +MAIL=/var/mail/$USER +# Check for new mails every sixty seconds. +MAILCHECK=60