1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Reduced logging

This commit is contained in:
M66B 2022-07-02 08:44:55 +02:00
parent 7c09844f9d
commit ef3e356b4c

View file

@ -366,7 +366,10 @@ public class EntityRule {
}
if (html == null)
throw new IllegalArgumentException(context.getString(R.string.title_rule_no_body));
if (message.encrypt == null || EntityMessage.ENCRYPT_NONE.equals(message.encrypt))
throw new IllegalArgumentException(context.getString(R.string.title_rule_no_body));
else
return false;
Document d = JsoupEx.parse(html);
if (skip_quotes)