Add to ignored patterns for Outlook email

This commit is contained in:
Evie Litherland-Smith 2023-10-25 10:01:40 +01:00
parent 4611cff930
commit ca881d8fa0

View file

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