From: Jani Nikula Date: Sat, 14 Jan 2012 16:22:44 +0000 (+0200) Subject: emacstips: how to change reply to all/sender key bindings X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=84e85c9029de268dd9df15e4b054dc2047ad107d emacstips: how to change reply to all/sender key bindings --- diff --git a/emacstips.mdwn b/emacstips.mdwn index e12036d..6275f18 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -168,6 +168,20 @@ key: (notmuch-show-remove-tag "deleted") (notmuch-show-add-tag "deleted")))) +## Restore reply-to-all key binding to 'r' + +Starting from notmuch 0.12 the 'r' key is bound to reply-to-sender instead of +reply-to-all. Here's how to swap the reply to sender/all bindings in show mode: + + (define-key notmuch-show-mode-map "r" 'notmuch-show-reply) + (define-key notmuch-show-mode-map "R" 'notmuch-show-reply-sender) + +And in search mode: + + (define-key notmuch-search-mode-map "r" 'notmuch-search-reply-to-thread) + (define-key notmuch-search-mode-map "R" 'notmuch-search-reply-to-thread-sender) + + ## How to do FCC/BCC... The Emacs interface to notmuch will automatically add an `Fcc`