mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added option to show filter icon when rules were applied
This commit is contained in:
@@ -361,6 +361,10 @@ public class EntityMessage implements Serializable {
|
||||
return hasKeyword(MessageHelper.FLAG_FORWARDED);
|
||||
}
|
||||
|
||||
boolean isFiltered() {
|
||||
return hasKeyword(MessageHelper.FLAG_FILTERED);
|
||||
}
|
||||
|
||||
boolean isSigned() {
|
||||
return (EntityMessage.PGP_SIGNONLY.equals(ui_encrypt) ||
|
||||
EntityMessage.SMIME_SIGNONLY.equals(ui_encrypt));
|
||||
|
||||
Reference in New Issue
Block a user