Fix ignoring Labels from protonmail
This commit is contained in:
parent
0f6b6583d1
commit
b4a688fa9b
|
@ -41,7 +41,7 @@
|
||||||
create = "both";
|
create = "both";
|
||||||
expunge = "both";
|
expunge = "both";
|
||||||
remove = "both";
|
remove = "both";
|
||||||
patterns = [ "*" "!All Mail" "!Spam" "!Labels" "!Starred" ];
|
patterns = [ "*" "!All Mail" "!Spam" "!Labels*" "!Starred" ];
|
||||||
subFolders = "Verbatim";
|
subFolders = "Verbatim";
|
||||||
extraConfig.account.AuthMechs = "LOGIN";
|
extraConfig.account.AuthMechs = "LOGIN";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue