mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Added infrastructure rule condition
This commit is contained in:
parent
6f527c792b
commit
786326056b
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@ public class EntityRule {
|
|||
keywords.add("$flagged");
|
||||
if (message.ui_deleted)
|
||||
keywords.add("$deleted");
|
||||
if (message.infrastructure != null)
|
||||
keywords.add('@' + message.infrastructure);
|
||||
keywords.addAll(Arrays.asList(message.keywords));
|
||||
|
||||
if (!keywords.contains(keyword))
|
||||
|
|
Loading…
Reference in a new issue