chiark / gitweb /
pull-mail: ~/.no* checks should be done in my crontab rather than in
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 3 Feb 2003 01:52:37 +0000 (01:52 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 3 Feb 2003 01:52:37 +0000 (01:52 +0000)
scripts.

pull-mail

index a1959505a4f34f5000b544725d255c14330d8154..828ec374f8e5a14e529ab9946c5cee090473f9e1 100755 (executable)
--- a/pull-mail
+++ b/pull-mail
@@ -1,9 +1,7 @@
 #! /bin/sh
 
-if ! [ -e ~/.nomail ]; then
-    date >> ~/.fetchmail/log
-    fetchmail >> ~/.fetchmail/log
-    bsmtp-pull gluck
-fi
+date >> ~/.fetchmail/log
+fetchmail >> ~/.fetchmail/log
+bsmtp-pull gluck
 
 exit 0