X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=e085a06bab1e58e7c35937c482e986c48d7d3a77;hb=f28e0a93379754456cf02830efcea499c6c2fc6f;hp=8acad267fc50eed0031be07f635ef69b95c9e92e;hpb=46ab6013a29233b32dba49cf9c50e70fd02db1c3;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 8acad267..e085a06b 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -153,7 +153,9 @@ For example, if you wanted to remove an \"inbox\" tag and add an (define-key map "?" 'notmuch-help) (define-key map "q" 'notmuch-bury-or-kill-this-buffer) (define-key map "s" 'notmuch-search) + (define-key map "t" 'notmuch-search-by-tag) (define-key map "z" 'notmuch-tree) + (define-key map "u" 'notmuch-unthreaded) (define-key map "m" 'notmuch-mua-new-mail) (define-key map "g" 'notmuch-refresh-this-buffer) (define-key map "=" 'notmuch-refresh-this-buffer)