mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Normale text contains condition
This commit is contained in:
@@ -308,6 +308,9 @@ public class EntityRule {
|
||||
String value = jbody.getString("value");
|
||||
boolean regex = jbody.getBoolean("regex");
|
||||
|
||||
if (!regex)
|
||||
value = value.replaceAll("\\s+", " ");
|
||||
|
||||
if (html == null && message.content) {
|
||||
File file = message.getFile(context);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user