From 6ea4695e2caa421e8a367ea6fe414a12fa0f0f34 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 3 Feb 2003 01:52:37 +0000 Subject: [PATCH] pull-mail: ~/.no* checks should be done in my crontab rather than in scripts. --- pull-mail | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.30.2