X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=93c5e53b2d235e0ead9b321011149183422216d1;hp=9a38d9cdbd1bde19611fd5d44557e3cfd0267ea4;hb=784649561abb627a9d81e4f718656dad0b6b6207;hpb=fda6416745b51450b6aa41dcd0d72df843fd3292 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 9a38d9cd..93c5e53b 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -792,7 +792,7 @@ function is used. " (define-key map (kbd "") 'notmuch-show-previous-button) (define-key map (kbd "TAB") 'notmuch-show-next-button) (define-key map "s" 'notmuch-search) - (define-key map "m" 'notmuch-mua-mail) + (define-key map "m" 'notmuch-mua-new-mail) (define-key map "f" 'notmuch-show-forward-message) (define-key map "r" 'notmuch-show-reply) (define-key map "|" 'notmuch-show-pipe-message)