diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 6f8c8ef..03d7e63 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -395,6 +395,8 @@ :bind (:map notmuch-show-mode-map (("h" . jao-notmuch-goto-tree-buffer) + ("r" . notmuch-show-reply) + ("R" . notmuch-show-reply-sender) ("TAB" . jao-notmuch-show-next-button) ([backtab] . jao-notmuch-show-previous-button) ("RET" . jao-notmuch-show-ret)))) |