diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-04-24 12:59:49 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-24 12:59:49 -0400 |
commit | edec4390c5c6b653fa9a3893893ea1c44a758b66 (patch) | |
tree | 1bd36bdd8451c6b5c798390656936257ecca4da7 /templates/quoted_reply | |
parent | 6f8ad918240fecc10ef4ef93768853157287c13d (diff) | |
download | aerc-edec4390c5c6b653fa9a3893893ea1c44a758b66.tar.gz |
Fix headers in built-in templates
Diffstat (limited to 'templates/quoted_reply')
-rw-r--r-- | templates/quoted_reply | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply index 84cac526..1077e1cc 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 }} |