From a40959c129c54aba563828114e8ae58ab14492b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leszek=20Cima=C5=82a?= Date: Wed, 8 Jan 2020 21:44:19 +0100 Subject: [PATCH] template: man cosmetic changes --- doc/aerc-templates.7.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index adcc85c..a681fb2 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -32,7 +32,7 @@ available always. {{(index .From 0).Name}} ``` - Get the email address of the first sender + Get the email address of the first sender. ``` {{(index .From 0).Address}} ``` @@ -82,6 +82,7 @@ available always. ``` {{quote .OriginalText}} ``` + _exec_ function execute external command to process message. ``` {{exec `/usr/local/share/aerc/filters/html`}}