From b5d8b8458c58321fae0edd89e6951e8dae6d56c1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 2 May 2022 17:05:26 +0200 Subject: [PATCH] home: mail: don't sync archives by default --- home/mail.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/mail.nix b/home/mail.nix index 69dac83..663d322 100644 --- a/home/mail.nix +++ b/home/mail.nix @@ -86,6 +86,7 @@ in { enable = true; create = "both"; expunge = "both"; + patterns = ["*" "!Archives*"]; extraConfig.account = { # otherwise mbsync tries GSSAPI, but I don't have Kerberos setup # on this machine