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"; };