From: Don Armstrong Date: Sun, 19 Feb 2006 09:19:56 +0000 (+0000) Subject: add missing then to getmail X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d7795dea173c63df4cad98b824a5de3a8e5e0d2f;p=bin.git add missing then to getmail --- diff --git a/getmail b/getmail index d13d872..62a1ce0 100755 --- a/getmail +++ b/getmail @@ -18,7 +18,7 @@ if [ -z "$CRON" ] || kill -0 `pgrep -U $(id -u) -x $MUA` 2>/dev/null; then if nice -n 19 offlineimap -o -u Noninteractive.Basic 2>&1 |grep validity| \ perl -ne 'my ($account,$list) = /UID validity problem for folder ([\w-]+)\.([\w-]+)/; next unless defined $account and length $account; - qx(/home/don/bin/deletemailbox -a $account $list > /dev/null);'; + qx(/home/don/bin/deletemailbox -a $account $list > /dev/null);'; then # Clean the lists up too for account in bugs lists; do find /home/don/Mail/$account -maxdepth 1 -mindepth 1 -type d \