X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=1f0d1678466479d72cfb65532bb0b15149d0dde4;hb=8128c7b5aad880e572b9ca4ee509f776bcb3e901;hp=7cb1169cd236632ae2a12be405fb7e863c9f16a1;hpb=02d3c7610297437da5ddc414e16cd1fabf95dcfb;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 7cb1169c..1f0d1678 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -151,6 +151,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an (define-key map "z" 'notmuch-tree) (define-key map "m" 'notmuch-mua-new-mail) (define-key map "=" 'notmuch-refresh-this-buffer) + (define-key map (kbd "M-=") 'notmuch-refresh-all-buffers) (define-key map "G" 'notmuch-poll-and-refresh-this-buffer) (define-key map "j" 'notmuch-jump-search) map)