From d4b1b0c18521d57183d981831661879bc6d60aee Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 13 Jan 2003 14:22:59 +0000 Subject: [PATCH] pull-mail: fetchmail returns 1 if there was no mail to fetch. Boggle. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/pull-mail b/pull-mail index 2c11b99..a195950 100755 --- a/pull-mail +++ b/pull-mail @@ -1,5 +1,4 @@ #! /bin/sh -set -e if ! [ -e ~/.nomail ]; then date >> ~/.fetchmail/log -- 2.30.2