mu4e: added action to show the current thread only
Add an action for view and headers buffer to show only the messages in the current thread.
This commit is contained in:
@ -194,7 +194,8 @@ Field must be a symbol, one of: :date, :subject, :size, :prio,
|
||||
|
||||
|
||||
(defvar mu4e-headers-actions
|
||||
'( ("capture message" . mu4e-action-capture-message))
|
||||
'( ("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 SHORTCUT FUNC) where:
|
||||
* NAME is the name of the action (e.g. \"Count lines\")
|
||||
|
||||
Reference in New Issue
Block a user