template: man cosmetic changes
This commit is contained in:
parent
bf0f72a533
commit
a40959c129
|
@ -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`}}
|
||||||
|
|
Loading…
Reference in New Issue