Add to ignored patterns for Outlook email
This commit is contained in:
parent
4611cff930
commit
ca881d8fa0
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue