X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=418c78124b01fdabcc29d1b6e97033d5419c1c88;hb=66612063813c8c6179eb06dd83a75be6c427b215;hp=19210cbe8dd65e5b9cd2ad9d9b3a0e40f2bb0dce;hpb=7d7c702d7290c049dd59383e4b1e28ab4280eb1c;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 19210cbe..418c7812 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -54,6 +54,7 @@ (require 'notmuch-lib) (require 'notmuch-tag) (require 'notmuch-show) +(require 'notmuch-tree) (require 'notmuch-mua) (require 'notmuch-hello) (require 'notmuch-maildir-fcc) @@ -156,6 +157,7 @@ To enter a line break in customize, press \\[quoted-insert] C-j." (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 "Z" 'notmuch-tree-from-search-current-query) map) "Keymap for \"notmuch search\" buffers.") (fset 'notmuch-search-mode-map notmuch-search-mode-map)