~sircmpwn/aerc

548facab929fa9ff70e804b990a89731cb8f82c0 — Eric Bower 2 years ago a19c1fb
fix typo in quoted reply template
2 files changed, 2 insertions(+), 2 deletions(-)

M templates/forward_as_body
M templates/quoted_reply
M templates/forward_as_body => templates/forward_as_body +1 -1
@@ 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}}

M templates/quoted_reply => templates/quoted_reply +1 -1
@@ 1,3 1,3 @@

On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
{{wrap 72 .OrinalText | quote }}
{{wrap 72 .OriginalText | quote}}