projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e30ea
)
contrib: pick: Link in stash map straight from notmuch-show
author
Mark Walters
<markwalters1009@gmail.com>
Thu, 22 Aug 2013 17:10:19 +0000
(18:10 +0100)
committer
David Bremner
<bremner@debian.org>
Sat, 24 Aug 2013 09:16:45 +0000
(11:16 +0200)
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
patch
|
blob
|
history
diff --git
a/contrib/notmuch-pick/notmuch-pick.el
b/contrib/notmuch-pick/notmuch-pick.el
index d841d994579402b0ba4cdaf89a13bec40d6221b1..89e6d4b7965d79d41f01ec21e52466ec62f3f954 100644
(file)
--- 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)
(define-key map "q" 'notmuch-pick-quit)
(define-key map "x" 'notmuch-pick-quit)
(define-key map "?" 'notmuch-help)