mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Allow JSoup as note text
This commit is contained in:
@@ -114,7 +114,7 @@ public class FragmentDialogRuleCheck extends FragmentDialogBase {
|
||||
continue;
|
||||
|
||||
if (rule.matches(context, message, null, null))
|
||||
if (rule.execute(context, message))
|
||||
if (rule.execute(context, message, null))
|
||||
applied++;
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
||||
Reference in New Issue
Block a user