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`}}