Show/print full original message

This commit is contained in:
M66B
2019-05-21 17:38:48 +02:00
parent a569efa6c4
commit 986dbfcac9
3 changed files with 0 additions and 29 deletions

View File

@@ -1251,7 +1251,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
String html = Helper.readText(file);
html = HtmlHelper.getHtmlEmbedded(context, id, html);
html = HtmlHelper.removeTracking(context, html);
return new String[]{message.subject, html};
}