diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-11-10 13:35:09 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-10 13:36:25 -0500 |
commit | 08574104bc9ba550153888cfdc4ebf28d500ce56 (patch) | |
tree | 201c053c4388cdcf07269a0df6d70e53fb9f49ed /templates/quoted_reply | |
parent | cb7d7a043892e9911491c3acc32a36b61d891ea7 (diff) | |
download | aerc-08574104bc9ba550153888cfdc4ebf28d500ce56.tar.gz |
Correct capitalization in quoted_reply
Diffstat (limited to 'templates/quoted_reply')
-rw-r--r-- | templates/quoted_reply | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply index ee4e1f7..f22c2f3 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,2 +1,2 @@ -on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}, {{(index .OriginalFrom 0).Name}} wrote: -{{quote .OriginalText}} +On {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}, {{(index .OriginalFrom 0).Name}} wrote: +{{wrapText .OriginalText 72 | quote }} |