From ee6cc1829c31646d65a0041c18819e7501c29170 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 21 Sep 2008 18:57:21 +0200 Subject: [PATCH] Check for new mails. --- zsh/rc.local | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.44.2