Fix ignoring Labels from protonmail

This commit is contained in:
Evie Litherland-Smith 2023-09-26 10:49:13 +01:00
parent 0f6b6583d1
commit b4a688fa9b

View file

@ -41,7 +41,7 @@
create = "both";
expunge = "both";
remove = "both";
patterns = [ "*" "!All Mail" "!Spam" "!Labels" "!Starred" ];
patterns = [ "*" "!All Mail" "!Spam" "!Labels*" "!Starred" ];
subFolders = "Verbatim";
extraConfig.account.AuthMechs = "LOGIN";
};