diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/forward_as_body | 1 | ||||
-rw-r--r-- | templates/quoted_reply | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/forward_as_body b/templates/forward_as_body index 42f5835f..564f6ed5 100644 --- a/templates/forward_as_body +++ b/templates/forward_as_body @@ -1,3 +1,4 @@ +X-Mailer: aerc {{version}} Forwarded message from {{(index .OriginalFrom 0).Name}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}: {{.OriginalText}} diff --git a/templates/quoted_reply b/templates/quoted_reply index 9fb71217..9e622cd9 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,3 +1,4 @@ +X-Mailer: aerc {{version}} On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: {{quote .OriginalText}} |