X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=03c1f6b7d7f559ad87d994aa5b80884acadccd1f;hp=9031b824eeb1769200426bdbbe4194a2db4a6472;hb=f02b475fa781bb5df3358c73213e7633a99f016e;hpb=dc0919c9125b323306a59751a63181b67aee5b32 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 9031b824..03c1f6b7 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -933,8 +933,8 @@ thread id. If a prefix is given, crypto processing is toggled." (define-key map "s" 'notmuch-search) (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 "R" 'notmuch-show-reply-sender) + (define-key map "r" 'notmuch-show-reply-sender) + (define-key map "R" 'notmuch-show-reply) (define-key map "|" 'notmuch-show-pipe-message) (define-key map "w" 'notmuch-show-save-attachments) (define-key map "V" 'notmuch-show-view-raw-message)