From d7795dea173c63df4cad98b824a5de3a8e5e0d2f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 19 Feb 2006 09:19:56 +0000 Subject: [PATCH] add missing then to getmail --- getmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2