chiark / gitweb /
support TERM=screen.linux
[bin.git] / 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