config/cron: Disable email refresh.

master
Pierre Neidhardt 2020-02-11 07:06:29 +01:00
parent 8d46e51e93
commit f1c0986656
1 changed files with 6 additions and 6 deletions

View File

@ -48,9 +48,9 @@ The \"1\" means the key is cached."
(job '(next-hour (range 0 24 3)) "updatedb-local") (job '(next-hour (range 0 24 3)) "updatedb-local")
(job '(next-minute (range 0 60 15)) ;; (job '(next-minute (range 0 60 15))
(lambda () ;; (lambda ()
(when (gpg-key-cached?) ;; (when (gpg-key-cached?)
;; Email is sync'ed from a pre-new hook. ;; ;; Email is sync'ed from a pre-new hook.
(system* "notmuch" "new"))) ;; (system* "notmuch" "new")))
"mail") ;; "mail")