]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Check for new mails every ten seconds.
authorSimon Ruderich <simon@ruderich.org>
Wed, 1 Oct 2008 13:20:51 +0000 (15:20 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:39 +0000 (16:34 +0100)
zsh/rc.local

index 43c63ba93b41a22a26926b7486865084f156f033..90c8c582f24b6be1fc15c9d88fa0a1b28599c74e 100644 (file)
@@ -17,8 +17,8 @@ alias cdp='cd ~page'
 
 # Path to my mail spoolfile.
 MAIL=/var/mail/$USER
-# Check for new mails every sixty seconds.
-MAILCHECK=60
+# Check for new mails every ten seconds.
+MAILCHECK=10
 
 # Automatically reattach to an open screen session or start a new one.
 if [[ $TERM != 'screen' && $TERM != 'dumb' ]]; then