aboutsummaryrefslogtreecommitdiffstats
path: root/bin/mbsync_cron.sh
Commit message (Collapse)AuthorAgeFilesLines
* bin/mbsync_cron.sh: change gpg2 to gpgAaron LI2018-03-131-2/+2
|
* mbsync_cron.sh: update webmaster to postmasterAaron LI2017-10-281-3/+4
|
* mbsync_cron.sh: reduce some notificationsAaron LI2017-06-201-1/+1
|
* bin/mbsync_cron.sh: umask 027Aaron LI2017-05-301-0/+1
|
* bin/mbsync_cron.sh: Remove check_server(), update usageAaron LI2017-05-291-24/+13
|
* Add bin/mbsync_cron.sh: Make mbsync+pass works well with cronAaron LI2017-05-291-0/+177
This script is suitable with a `cron` task to periodically sync emails using the `mbsync`, which invokes `pass` to get the account password stored in GPG-encrypted format. This script works around the `gpg-agent` usage with `cron`.