1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 13:14:39 +00:00

Always fetch report body

This commit is contained in:
M66B 2021-12-28 09:44:13 +01:00
parent 27c6a32756
commit c997a78f6f

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;