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;
|
enable = true;
|
||||||
create = "both";
|
create = "both";
|
||||||
expunge = "both";
|
expunge = "both";
|
||||||
|
patterns =
|
||||||
|
[ "INBOX" "Archive" "Drafts" "Sent" "Spam" "Starred" "Trash" ];
|
||||||
subFolders = "Verbatim";
|
subFolders = "Verbatim";
|
||||||
extraConfig.account.AuthMechs = "LOGIN";
|
extraConfig.account.AuthMechs = "LOGIN";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue