From 08574104bc9ba550153888cfdc4ebf28d500ce56 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 10 Nov 2019 13:35:09 -0500 Subject: Correct capitalization in quoted_reply --- doc/aerc-templates.7.scd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/aerc-templates.7.scd') diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 8504a60..3c8b123 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -72,12 +72,16 @@ available always. {{wrapText .OriginalText 72}} ``` - _quote_ function prepends each line with "> " and wraps the text to - 72 characters pre line. + _quote_ function prepends each line with "> ". ``` {{quote .OriginalText}} ``` + All of the above can be chained together if needed, for example + ``` + {{wrapText .OriginalText 72 | quote}} + ``` + # SEE ALSO *aerc*(1) *aerc-config*(5) -- cgit v1.2.3