]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: bind M-RET to notmuch-tree-from-search-thread
[notmuch] / emacs / notmuch.el
index 773d12065db0f5c3697e9d54b485676bfc292429..0d68d12361111a6e094bd23677e1d27c223ceba9 100644 (file)
@@ -188,6 +188,7 @@ there will be called at other points of notmuch execution."
     (define-key map "-" 'notmuch-search-remove-tag)
     (define-key map "+" 'notmuch-search-add-tag)
     (define-key map (kbd "RET") 'notmuch-search-show-thread)
+    (define-key map (kbd "M-RET") 'notmuch-tree-from-search-thread)
     (define-key map "Z" 'notmuch-tree-from-search-current-query)
     map)
   "Keymap for \"notmuch search\" buffers.")