Fix ignoring Labels from protonmail
This commit is contained in:
parent
0f6b6583d1
commit
b4a688fa9b
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue