diff options
author | Eric Bower <me@erock.io> | 2021-03-07 15:19:45 -0500 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2021-03-07 23:25:04 +0100 |
commit | 548facab929fa9ff70e804b990a89731cb8f82c0 (patch) | |
tree | c965a823792ea0aba60b6b0625ed7f0867399e1e /templates/forward_as_body | |
parent | a19c1fb65b579f1932dfac70188720721170507f (diff) | |
download | aerc-548facab929fa9ff70e804b990a89731cb8f82c0.tar.gz |
fix typo in quoted reply template
Diffstat (limited to 'templates/forward_as_body')
-rw-r--r-- | templates/forward_as_body | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/forward_as_body b/templates/forward_as_body index 17397c6..efbe2a3 100644 --- a/templates/forward_as_body +++ b/templates/forward_as_body @@ -1,3 +1,3 @@ Forwarded message from {{(index .OriginalFrom 0).Name}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}: -{{wrap 72 .OriginalText }} +{{wrap 72 .OriginalText}} |