From edec4390c5c6b653fa9a3893893ea1c44a758b66 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 24 Apr 2020 12:59:49 -0400 Subject: [PATCH] Fix headers in built-in templates --- templates/forward_as_body | 1 + templates/quoted_reply | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/forward_as_body b/templates/forward_as_body index a487224..7459971 100644 --- a/templates/forward_as_body +++ b/templates/forward_as_body @@ -1,2 +1,3 @@ + Forwarded message from {{(index .OriginalFrom 0).Name}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}: {{wrapText .OriginalText 72}} diff --git a/templates/quoted_reply b/templates/quoted_reply index 84cac52..1077e1c 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,2 +1,3 @@ + On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: {{wrapText .OriginalText 72 | quote }}