From f1c0986656b3191228e2cc8a9c988b7adb03c089 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 11 Feb 2020 07:06:29 +0100 Subject: [PATCH] config/cron: Disable email refresh. --- .config/cron/job.guile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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")