From e4f6823aa76fd629c4ad828d389703c728bd9985 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 17 Sep 2023 08:55:02 +0100 Subject: [PATCH] Specify patterns for proton mailbox Removes "All Mail" and the label/ duplicate folders --- home/accounts.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/accounts.nix b/home/accounts.nix index fa2283e5..ff4ed876 100644 --- a/home/accounts.nix +++ b/home/accounts.nix @@ -26,6 +26,8 @@ enable = true; create = "both"; expunge = "both"; + patterns = + [ "INBOX" "Archive" "Drafts" "Sent" "Spam" "Starred" "Trash" ]; subFolders = "Verbatim"; extraConfig.account.AuthMechs = "LOGIN"; };