From 628eb5a32755535f6d72749b987cc7baca6b2072 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 20 May 2018 22:27:13 +0200 Subject: [PATCH] offlineimap_sync: add crontab description --- offlineimap_sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/offlineimap_sync.sh b/offlineimap_sync.sh index b231511..e9ea644 100755 --- a/offlineimap_sync.sh +++ b/offlineimap_sync.sh @@ -1,6 +1,8 @@ #!/bin/bash # sync offlineimap if you have connection to the internet # and you can ping your imap server successfully. +# just add this to your crontab +# */1 * * * * /home/user/src/dotfiles/offlineimap_sync.sh > /tmp/imap.log # shamelessly stolen from # https://hobo.house/2015/09/09/take-control-of-your-email-with-mutt-offlineimap-notmuch/