From 923b3d2625568a807a798590f54e15734bb47396 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 7 Nov 2018 12:17:19 -0800 Subject: Update checkmail script to use notmuch/mbsync --- checkmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkmail') diff --git a/checkmail b/checkmail index 979942b..c742351 100755 --- a/checkmail +++ b/checkmail @@ -8,7 +8,7 @@ echo "$(date +%Y.%m.%d..%H.%M) $(basename $0)" >> /var/log/ben.cron.log if ping -q -c 1 -W 1 mail.bsima.me >/dev/null then msmtp-queue -r # outbox: send an queued mails - offlineimap # download new mails + notmuch new # download new mails (also runs 'mbsync --all') eml -n # display new email count else echo "Could not reach mail server." -- cgit v1.2.3