mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Rule improvements
This commit is contained in:
@@ -2615,7 +2615,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
db.folder().setFolderKeywords(folder.id, DB.Converters.fromStringArray(fkeywords.toArray(new String[0])));
|
||||
}
|
||||
|
||||
if (filter)
|
||||
if (filter && Helper.isPro(context))
|
||||
try {
|
||||
for (EntityRule rule : rules)
|
||||
if (rule.matches(context, message, imessage)) {
|
||||
|
||||
Reference in New Issue
Block a user