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:
Dima Kogan
2015-11-06 21:36:31 -08:00
committed by djcb
parent 66a082a6ad
commit 781f0782f5
3 changed files with 15 additions and 3 deletions

View File

@ -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\")