[PATCH 04/11] contrib: pick: Link in stash map straight from notmuch-show

Subject: [PATCH 04/11] contrib: pick: Link in stash map straight from notmuch-show

Date: Fri, 5 Jul 2013 19:11:11 +0100

To: notmuch@notmuchmail.org

Cc:

From: Mark Walters


These functions all now work straight from their notmuch-show
implementation so link them in.

Stash functionality was one of the key missing things in notmuch-pick.
---
 contrib/notmuch-pick/notmuch-pick.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 62c4ffc..7313100 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -194,6 +194,7 @@ if the user has loaded a different buffer in that window.")
     (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)
 
     ;; The main pick bindings
     (define-key map "q" 'notmuch-pick-quit)
-- 
1.7.9.1


Thread: