~sircmpwn/aerc

3df88f70408a2946862187056a80cfccc655e5cc — NĂ­colas F. R. A. Prado 3 years ago 413fc43
templates: Use wrap instead of wrapText

bf0f72a533d5 ("template: add exec and wrap") introduced wrap which
allowed to chain wrapText. It also changed the aerc-templates man page
to document wrap instead of wrapText. The templates weren't updated
then, so update now.
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"}}:
{{wrapText .OriginalText 72}}
{{wrap .OriginalText 72}}

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:
{{wrapText .OriginalText 72 | quote }}
{{wrap .OriginalText 72 | quote }}