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"; create = "both";
expunge = "both"; expunge = "both";
remove = "both"; remove = "both";
patterns = patterns = [
[ "*" "!Junk" "!Snoozed" "!Sync Issues" "!Unsent Messages" ]; "*"
"!Conversation History"
"!Junk"
"!Snoozed"
"!Social Activity Notifications"
"!Sync Issues"
"!Unsent Messages"
];
subFolders = "Verbatim"; subFolders = "Verbatim";
extraConfig.account.AuthMechs = "LOGIN"; extraConfig.account.AuthMechs = "LOGIN";
}; };