mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Show from address/sent time in headers
This commit is contained in:
@@ -118,7 +118,7 @@ public class ActivityDSN extends ActivityBase {
|
||||
bos.write(buffer, 0, length);
|
||||
|
||||
String headers = MessageHelper.decodeMime(bos.toString(StandardCharsets.UTF_8.name()));
|
||||
result.headers = HtmlHelper.highlightHeaders(context, headers, false);
|
||||
result.headers = HtmlHelper.highlightHeaders(context, null, headers, false);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user