diff --git a/.config/cron/job.guile b/.config/cron/job.guile index 25cb497a..3751570c 100644 --- a/.config/cron/job.guile +++ b/.config/cron/job.guile @@ -48,9 +48,9 @@ The \"1\" means the key is cached." (job '(next-hour (range 0 24 3)) "updatedb-local") -(job '(next-minute (range 0 60 15)) - (lambda () - (when (gpg-key-cached?) - ;; Email is sync'ed from a pre-new hook. - (system* "notmuch" "new"))) - "mail") +;; (job '(next-minute (range 0 60 15)) +;; (lambda () +;; (when (gpg-key-cached?) +;; ;; Email is sync'ed from a pre-new hook. +;; (system* "notmuch" "new"))) +;; "mail")