From 138fb564004bc8ad4257348e5907859b783b6c67 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 7 Dec 2019 10:09:09 +1300 Subject: [PATCH] mail: make getmail quiet --- configs/workhorse/mail-fetcher.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index ab609f2..7abedf0 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -231,7 +231,7 @@ getmail = { enable = true; delete = true; - readAll = true; + readAll = false; mailboxes = [ "ALL" ]; }; #mbsync = { @@ -276,7 +276,9 @@ --all echo "run getmail" - ${pkgs.getmail}/bin/getmail --rcfile getmailingolf-wagner-de + ${pkgs.getmail}/bin/getmail \ + --quiet \ + --rcfile getmailingolf-wagner-de echo "run notmuch" ${pkgs.notmuch}/bin/notmuch new