mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Show image description when not showing images
This commit is contained in:
@@ -127,7 +127,7 @@ public class ActivityEml extends ActivityBase {
|
||||
|
||||
result.html = parts.getHtml(context);
|
||||
if (result.html != null)
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html));
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html, false));
|
||||
|
||||
ByteArrayOutputStream bos = new ByteArrayOutputStream();
|
||||
mmessage.writeTo(bos);
|
||||
|
||||
Reference in New Issue
Block a user