X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=6e5797e970f6377ba0ba5ca79d7504c07c7dc755;hp=d864e6dd88194c85ca2229e864754094b3c12ce3;hb=7b2d7d65126b11ce08079b7cf235e1073fb1c22b;hpb=e954310d70674a439a50cf4c699467567095b057 diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index d864e6dd..6e5797e9 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -241,6 +241,8 @@ FUNC." (define-key map [remap notmuch-search] 'notmuch-tree-to-search) ;; Override because we want to close message pane first. (define-key map [remap notmuch-mua-new-mail] (notmuch-tree-close-message-pane-and #'notmuch-mua-new-mail)) + ;; Override because we want to close message pane first. + (define-key map [remap notmuch-jump-search] (notmuch-tree-close-message-pane-and #'notmuch-jump-search)) (define-key map "S" 'notmuch-search-from-tree-current-query)