Always fetch report body

This commit is contained in:
M66B 2021-12-28 09:44:13 +01:00
parent 27c6a32756
commit c997a78f6f
1 changed files with 3 additions and 0 deletions

View File

@ -3999,6 +3999,9 @@ class Core {
try {
EntityContact.received(context, account, folder, message);
if (body == null && helper.isReport())
body = parts.getHtml(context);
// Download small messages inline
if (body != null || (download && !message.ui_hide)) {
long maxSize;