]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all
[notmuch] / emacs / notmuch.el
index 9ac28887839f02f55d1a2c9ab881bc79c9476485..d952c410bafc060eb8bd5e6b817563c11ec4c536 100644 (file)
@@ -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)