Specify patterns for proton mailbox

Removes "All Mail" and the label/ duplicate folders
This commit is contained in:
Evie Litherland-Smith 2023-09-17 08:55:02 +01:00
parent e3fc4db76a
commit e4f6823aa7

View file

@ -26,6 +26,8 @@
enable = true;
create = "both";
expunge = "both";
patterns =
[ "INBOX" "Archive" "Drafts" "Sent" "Spam" "Starred" "Trash" ];
subFolders = "Verbatim";
extraConfig.account.AuthMechs = "LOGIN";
};