From bd327cbc501d50f7840030dc39ae6df9ac67ebef Mon Sep 17 00:00:00 2001 From: Don Armstrong <don@donarmstrong.com> Date: Sat, 17 May 2008 22:40:55 +0000 Subject: [PATCH] * ditch output from sourcing the ssh agent info --- getmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getmail b/getmail index bb5a5e7..f23d481 100755 --- a/getmail +++ b/getmail @@ -16,7 +16,7 @@ fi; if [ -z "$CRON" ] || kill -0 `pgrep -U $(id -u) -x $MUA` 2>/dev/null; then if ping -q -c 3 $IMAPHOST >/dev/null 2>&1; then if [ -e ~/.ssh/ssh_agent_info ]; then - . ~/.ssh/ssh_agent_info + . ~/.ssh/ssh_agent_info > /dev/null fi; 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-]+)/; -- 2.39.5