add offlineimap to sync other imap server
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
This commit is contained in:
parent
db3e4506d0
commit
9addc01d6b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue