X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=921ed2086b6b5fc15caad6b102e1574e6cb6eb02;hb=31d81f7fddfd262f0fe37ca32cace3827ab03cd7;hp=e7c5c97144dc666787006cd4238ab89a99cbd588;hpb=00b3ee4f82ed94125f6789ba7bdd88b98ed248ef;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index e7c5c971..921ed208 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -133,6 +133,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an (define-key map "?" 'notmuch-help) (define-key map "q" 'notmuch-kill-this-buffer) (define-key map "s" 'notmuch-search) + (define-key map "z" 'notmuch-tree) (define-key map "m" 'notmuch-mua-new-mail) (define-key map "=" 'notmuch-refresh-this-buffer) (define-key map "G" 'notmuch-poll-and-refresh-this-buffer)