X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=d952c410bafc060eb8bd5e6b817563c11ec4c536;hp=9ac28887839f02f55d1a2c9ab881bc79c9476485;hb=f02b475fa781bb5df3358c73213e7633a99f016e;hpb=dc0919c9125b323306a59751a63181b67aee5b32 diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 9ac28887..d952c410 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -213,8 +213,8 @@ For a mouse binding, return nil." (define-key map ">" 'notmuch-search-last-thread) (define-key map "p" 'notmuch-search-previous-thread) (define-key map "n" 'notmuch-search-next-thread) - (define-key map "r" 'notmuch-search-reply-to-thread) - (define-key map "R" 'notmuch-search-reply-to-thread-sender) + (define-key map "r" 'notmuch-search-reply-to-thread-sender) + (define-key map "R" 'notmuch-search-reply-to-thread) (define-key map "m" 'notmuch-mua-new-mail) (define-key map "s" 'notmuch-search) (define-key map "o" 'notmuch-search-toggle-order)