Suppress label $HasAttachment

This commit is contained in:
M66B 2021-07-04 07:53:53 +02:00
parent 8a490f8946
commit 3b3e392deb
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ public class MessageHelper {
"$attachment", // Kmail
"$signed", // Kmail
"$encrypted", // Kmail
"$HasNoAttachment",
"$HasAttachment", // Dovecot
"$HasNoAttachment", // Dovecot
"$Classified" // FairEmail
));