mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
contrib: pick: Link in attachment functions straight from notmuch-show
We can use the attachment functions straight from notmuch-show. notmuch-show-view-all-mime-parts might be deprecated so we either want to undeprecate it or not have this binding.
This commit is contained in:
parent
a79396999c
commit
84e30ea789
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ if the user has loaded a different buffer in that window.")
|
|||
(define-key map [mouse-1] 'notmuch-pick-show-message)
|
||||
;; these use notmuch-show functions directly
|
||||
(define-key map "|" 'notmuch-show-pipe-message)
|
||||
(define-key map "w" 'notmuch-show-save-attachments)
|
||||
(define-key map "v" 'notmuch-show-view-all-mime-parts)
|
||||
(define-key map "q" 'notmuch-pick-quit)
|
||||
(define-key map "x" 'notmuch-pick-quit)
|
||||
(define-key map "?" 'notmuch-help)
|
||||
|
|
Loading…
Reference in a new issue