docs: add pager filter documentation

master
Manos Pitsidianakis 2021-09-13 13:34:10 +03:00
parent a977351f0a
commit d1712557cb
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
2 changed files with 5 additions and 4 deletions

View File

@ -439,6 +439,8 @@ This action is unreversible.
.Bl -tag -width 36n
.It Cm pipe Ar EXECUTABLE Ar ARGS
pipe pager contents to binary
.It Cm filter Ar EXECUTABLE Ar ARGS
filter and display pager contents through command
.It Cm list-post
post in list of viewed envelope
.It Cm list-unsubscribe

View File

@ -453,10 +453,9 @@ and
\&.
Example:
.Bd -literal
[accounts."imap.example.com".mailboxes."INBOX"]
index_style = "plain"
[accounts."imap.example.com".mailboxes."INBOX".pager]
filter = ""
[accounts."imap.example.com".mailboxes]
"INBOX" = { index_style = "plain" }
"INBOX/Lists/devlist" = { autoload = false, pager = { filter = "pygmentize -l diff -f 256"} }
.Ed
.El
.Sh COMPOSING