mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Reduced logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user