summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/notmuch.org b/notmuch.org
index 05d3f8f..c134710 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -119,7 +119,7 @@
(if widen jao-notmuch-widened-searches notmuch-saved-searches)))
(notmuch-jump-search)))
- (setq nnnotmuch-saved-searches
+ (setq nnnm-saved-searches
(mapcar (lambda (s)
(list :query (plist-get s :query) :name (plist-get s :name)))
jao-notmuch-widened-searches))
@@ -311,6 +311,9 @@
("=" . jao-notmuch-tree-toggle-message)
("RET" . jao-notmuch-tree-show-or-scroll)
("SPC" . jao-notmuch-tree-scroll-or-next))
+ :map notmuch-search-mode-map
+ (("RET" . notmuch-tree-from-search-thread)
+ ("M-RET" . notmuch-search-show-thread))
:map notmuch-show-mode-map
(("h" . jao-notmuch-goto-tree-buffer)
("TAB" . jao-notmuch-show-next-button)