mirror of https://github.com/M66B/FairEmail.git
Always fetch report body
This commit is contained in:
parent
27c6a32756
commit
c997a78f6f
|
@ -3999,6 +3999,9 @@ class Core {
|
||||||
try {
|
try {
|
||||||
EntityContact.received(context, account, folder, message);
|
EntityContact.received(context, account, folder, message);
|
||||||
|
|
||||||
|
if (body == null && helper.isReport())
|
||||||
|
body = parts.getHtml(context);
|
||||||
|
|
||||||
// Download small messages inline
|
// Download small messages inline
|
||||||
if (body != null || (download && !message.ui_hide)) {
|
if (body != null || (download && !message.ui_hide)) {
|
||||||
long maxSize;
|
long maxSize;
|
||||||
|
|
Loading…
Reference in New Issue