mu4e: some doc fixes

This commit is contained in:
djcb
2017-11-04 15:06:45 +02:00
parent f794cea6e7
commit 9ecc610e14
3 changed files with 10 additions and 11 deletions

View File

@ -107,8 +107,8 @@ directory and saves all attachments in the chosen directory."
("view as pdf" . mu4e-action-view-as-pdf)
("show this thread" . mu4e-action-show-thread))
"List of actions to perform on messages in view mode.
The actions are of the form:
(NAME FUNC)
The actions are cons-cells of the form:
(NAME . FUNC)
where:
* NAME is the name of the action (e.g. \"Count lines\")
* FUNC is a function which receives a message plist as an argument.