Specify patterns for proton mailbox
Removes "All Mail" and the label/ duplicate folders
This commit is contained in:
parent
e3fc4db76a
commit
e4f6823aa7
|
@ -26,6 +26,8 @@
|
|||
enable = true;
|
||||
create = "both";
|
||||
expunge = "both";
|
||||
patterns =
|
||||
[ "INBOX" "Archive" "Drafts" "Sent" "Spam" "Starred" "Trash" ];
|
||||
subFolders = "Verbatim";
|
||||
extraConfig.account.AuthMechs = "LOGIN";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue