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";
|
||||
expunge = "both";
|
||||
remove = "both";
|
||||
patterns = [ "*" "!All Mail" "!Spam" "!Labels*" "!Starred" ];
|
||||
patterns =
|
||||
[ "*" "!All Mail" "!Labels*" "!Starred" "!Recovered Messages" ];
|
||||
subFolders = "Verbatim";
|
||||
extraConfig.account.AuthMechs = "LOGIN";
|
||||
};
|
||||
|
@ -59,7 +60,7 @@
|
|||
create = "both";
|
||||
expunge = "both";
|
||||
remove = "both";
|
||||
patterns = [ "*" "!Junk" ];
|
||||
patterns = [ "*" "!Notes" ];
|
||||
subFolders = "Verbatim";
|
||||
};
|
||||
msmtp.enable = lib.mkDefault accountEnabled;
|
||||
|
@ -94,10 +95,9 @@
|
|||
patterns = [
|
||||
"*"
|
||||
"!Conversation History"
|
||||
"!Junk"
|
||||
"!Snoozed"
|
||||
"!Social Activity Notifications"
|
||||
"!Sync Issues"
|
||||
"!Sync Issues*"
|
||||
"!Unsent Messages"
|
||||
];
|
||||
subFolders = "Verbatim";
|
||||
|
|
Loading…
Reference in a new issue