projects
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd327cb
)
* fix getmail some more
author
Don Armstrong
<don@donarmstrong.com>
Sat, 17 May 2008 22:57:23 +0000
(22:57 +0000)
committer
Don Armstrong
<don@donarmstrong.com>
Sat, 17 May 2008 22:57:23 +0000
(22:57 +0000)
getmail
patch
|
blob
|
history
diff --git
a/getmail
b/getmail
index f23d481e38fcb0caac90946a8f0137af984fba84..f38d24cae947aad7d6507a3c165e939e76ba2cd7 100755
(executable)
--- 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 > /dev/null
+ . ~/.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-]+)/;