chiark / gitweb /
pull-mail: fetchmail returns 1 if there was no mail to fetch. Boggle.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 13 Jan 2003 14:22:59 +0000 (14:22 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 13 Jan 2003 14:22:59 +0000 (14:22 +0000)
Actually, I want all mail fetching attempts to proceed even if some of them
fail, so removing the 'set -e' seems the most sensible fix.

pull-mail

index 2c11b992c659d00d940921a0c1610ea6fc3a4a3b..a1959505a4f34f5000b544725d255c14330d8154 100755 (executable)
--- a/pull-mail
+++ b/pull-mail
@@ -1,5 +1,4 @@
 #! /bin/sh
-set -e
 
 if ! [ -e ~/.nomail ]; then
     date >> ~/.fetchmail/log