template: man cosmetic changes

This commit is contained in:
Leszek Cimała 2020-01-08 21:44:19 +01:00 committed by Drew DeVault
parent bf0f72a533
commit a40959c129
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ available always.
{{(index .From 0).Name}} {{(index .From 0).Name}}
``` ```
Get the email address of the first sender Get the email address of the first sender.
``` ```
{{(index .From 0).Address}} {{(index .From 0).Address}}
``` ```
@ -82,6 +82,7 @@ available always.
``` ```
{{quote .OriginalText}} {{quote .OriginalText}}
``` ```
_exec_ function execute external command to process message. _exec_ function execute external command to process message.
``` ```
{{exec `/usr/local/share/aerc/filters/html`}} {{exec `/usr/local/share/aerc/filters/html`}}