Update mailbox patterns
Actually sync Junk/Spam boxes so I can see what ends up in there Remove some things I'd failed to last time: sync issues, notes, recovered messages
This commit is contained in:
parent
d21d38af4c
commit
3dcd3ef452
|
@ -30,7 +30,8 @@
|
||||||
create = "both";
|
create = "both";
|
||||||
expunge = "both";
|
expunge = "both";
|
||||||
remove = "both";
|
remove = "both";
|
||||||
patterns = [ "*" "!All Mail" "!Spam" "!Labels*" "!Starred" ];
|
patterns =
|
||||||
|
[ "*" "!All Mail" "!Labels*" "!Starred" "!Recovered Messages" ];
|
||||||
subFolders = "Verbatim";
|
subFolders = "Verbatim";
|
||||||
extraConfig.account.AuthMechs = "LOGIN";
|
extraConfig.account.AuthMechs = "LOGIN";
|
||||||
};
|
};
|
||||||
|
@ -59,7 +60,7 @@
|
||||||
create = "both";
|
create = "both";
|
||||||
expunge = "both";
|
expunge = "both";
|
||||||
remove = "both";
|
remove = "both";
|
||||||
patterns = [ "*" "!Junk" ];
|
patterns = [ "*" "!Notes" ];
|
||||||
subFolders = "Verbatim";
|
subFolders = "Verbatim";
|
||||||
};
|
};
|
||||||
msmtp.enable = lib.mkDefault accountEnabled;
|
msmtp.enable = lib.mkDefault accountEnabled;
|
||||||
|
@ -94,10 +95,9 @@
|
||||||
patterns = [
|
patterns = [
|
||||||
"*"
|
"*"
|
||||||
"!Conversation History"
|
"!Conversation History"
|
||||||
"!Junk"
|
|
||||||
"!Snoozed"
|
"!Snoozed"
|
||||||
"!Social Activity Notifications"
|
"!Social Activity Notifications"
|
||||||
"!Sync Issues"
|
"!Sync Issues*"
|
||||||
"!Unsent Messages"
|
"!Unsent Messages"
|
||||||
];
|
];
|
||||||
subFolders = "Verbatim";
|
subFolders = "Verbatim";
|
||||||
|
|
Loading…
Reference in a new issue