]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - contrib/notmuch-pick/notmuch-pick.el
contrib: pick: Link in stash map straight from notmuch-show
[obsolete/notmuch-old] / contrib / notmuch-pick / notmuch-pick.el
index 22ade72701a33ea225f176dd0e0e72243e8e3fdc..89e6d4b7965d79d41f01ec21e52466ec62f3f954 100644 (file)
@@ -192,6 +192,9 @@ 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 "c" 'notmuch-show-stash-map)
     (define-key map "q" 'notmuch-pick-quit)
     (define-key map "x" 'notmuch-pick-quit)
     (define-key map "?" 'notmuch-help)