[PATCH 03/11] contrib: pick: Link in attachment functions straight from notmuch-show
Mark Walters
markwalters1009 at gmail.com
Fri Jul 5 11:11:10 PDT 2013
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.
---
contrib/notmuch-pick/notmuch-pick.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 08bdc11..62c4ffc 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -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)
;; The main pick bindings
(define-key map "q" 'notmuch-pick-quit)
--
1.7.9.1
More information about the notmuch
mailing list