offlineimap_sync: add crontab description

This commit is contained in:
Johannes Rothe 2018-05-20 22:27:13 +02:00 committed by GitHub
parent 4e96078e09
commit 628eb5a327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/