From: Colin Watson Date: Mon, 3 Feb 2003 01:52:37 +0000 (+0000) Subject: pull-mail: ~/.no* checks should be done in my crontab rather than in X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=6ea4695e2caa421e8a367ea6fe414a12fa0f0f34;p=bin.git pull-mail: ~/.no* checks should be done in my crontab rather than in scripts. --- diff --git a/pull-mail b/pull-mail index a195950..828ec37 100755 --- 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