chiark / gitweb /
support bzr+ssh and sftp protocols for bzr
[bin.git] / pull-mail
old mode 100644 (file)
new mode 100755 (executable)
index 2c11b99..828ec37
--- a/pull-mail
+++ b/pull-mail
@@ -1,10 +1,7 @@
 #! /bin/sh
 #! /bin/sh
-set -e
 
 
-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
 
 exit 0