From ca881d8fa056273dd6c7c93adef4c8c737e1bfa5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 25 Oct 2023 10:01:40 +0100 Subject: [PATCH] Add to ignored patterns for Outlook email --- home/accounts/email.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/home/accounts/email.nix b/home/accounts/email.nix index 043060ae..8e42bf75 100644 --- a/home/accounts/email.nix +++ b/home/accounts/email.nix @@ -157,8 +157,15 @@ create = "both"; expunge = "both"; remove = "both"; - patterns = - [ "*" "!Junk" "!Snoozed" "!Sync Issues" "!Unsent Messages" ]; + patterns = [ + "*" + "!Conversation History" + "!Junk" + "!Snoozed" + "!Social Activity Notifications" + "!Sync Issues" + "!Unsent Messages" + ]; subFolders = "Verbatim"; extraConfig.account.AuthMechs = "LOGIN"; };