X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=8cf7261e6f4fac2d16a9c7c2aafc96866b29d90c;hb=0557c5a0333b971188c02c961dec88496f2eed0c;hp=25d83fd61b49ca01aaa129de9f3ead93bec30ae6;hpb=8dcc38ce85ce084d3f0f3cbeac7e4a768e651614;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 25d83fd6..8cf7261e 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -155,6 +155,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an (define-key map "s" 'notmuch-search) (define-key map "z" 'notmuch-tree) (define-key map "m" 'notmuch-mua-new-mail) + (define-key map "g" 'notmuch-refresh-this-buffer) (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)