X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=blobdiff_plain;f=pull-mail;h=828ec374f8e5a14e529ab9946c5cee090473f9e1;hb=c7ba5f41f88a58624ceec8cfdb098ec42910e7ca;hp=2c11b992c659d00d940921a0c1610ea6fc3a4a3b;hpb=ae167f5853dae73ed23c077e76553bc3e933bffa;p=bin.git diff --git a/pull-mail b/pull-mail old mode 100644 new mode 100755 index 2c11b99..828ec37 --- a/pull-mail +++ b/pull-mail @@ -1,10 +1,7 @@ #! /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