From 0ad3534b949b4a9848051197aa51c9c8ce3f81fb Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Mon, 23 Nov 2009 23:41:42 -0800 Subject: [PATCH] Remove the global expand body keymapping With local buttons done now, we don't need this anymore. --- notmuch.el | 1 - 1 file changed, 1 deletion(-) diff --git a/notmuch.el b/notmuch.el index af0c487e..907df2c0 100644 --- a/notmuch.el +++ b/notmuch.el @@ -61,7 +61,6 @@ ; overlays-at to query and manipulate the current overlay. (define-key map "a" 'notmuch-show-archive-thread) (define-key map "A" 'notmuch-show-mark-read-then-archive-thread) - (define-key map "b" 'notmuch-show-toggle-body-read-visible) (define-key map "m" 'message-mail) (define-key map "n" 'notmuch-show-next-message) (define-key map "N" 'notmuch-show-mark-read-then-next-open-message) -- 2.43.0