Show from address/sent time in headers

This commit is contained in:
M66B
2023-12-16 10:14:44 +01:00
parent fe37f0bd65
commit 1fac401914
4 changed files with 22 additions and 4 deletions

View File

@@ -323,7 +323,7 @@ public class ActivityEML extends ActivityBase {
MessageHelper.getStructure(imessage, ssb, 0, textColorLink);
result.structure = ssb;
result.headers = HtmlHelper.highlightHeaders(context, helper.getHeaders(), false);
result.headers = HtmlHelper.highlightHeaders(context, helper.getFrom(), helper.getHeaders(), false);
return result;
}