mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Reduced logging
This commit is contained in:
parent
7c09844f9d
commit
ef3e356b4c
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue