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