mu4e: some doc fixes
This commit is contained in:
@ -242,9 +242,10 @@ one of: `:date', `:subject', `:size', `:prio', `:from', `:to.',
|
||||
'( ("capture message" . mu4e-action-capture-message)
|
||||
("show this thread" . mu4e-action-show-thread))
|
||||
"List of actions to perform on messages in the headers list.
|
||||
The actions are of the form (NAME . FUNC) where:
|
||||
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.
|
||||
|
||||
The first character of NAME is used as the shortcut.")
|
||||
|
||||
(defvar mu4e-headers-custom-markers
|
||||
|
||||
Reference in New Issue
Block a user