From 9addc01d6b8ad8b5a5d9b8d7afa11fb56275743f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 28 Nov 2008 12:26:48 +0100 Subject: [PATCH] add offlineimap to sync other imap server Signed-off-by: Nico Schottelius --- hole_mails | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hole_mails b/hole_mails index 756078f..649f181 100755 --- a/hole_mails +++ b/hole_mails @@ -9,6 +9,7 @@ fi while true; do fetchmail >/dev/null ; - echo "Mails abgeholt, schlafe nun $SLEEP" + offlineimap + echo "Mails abgeholt, schlafe nun $SLEEP Sekunde(n)" sleep $SLEEP; done