mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Show from address/sent time in headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user