From: Alexander Botero-Lowry Date: Tue, 24 Nov 2009 07:41:42 +0000 (-0800) Subject: Remove the global expand body keymapping X-Git-Tag: 0.1~337^2 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0ad3534b949b4a9848051197aa51c9c8ce3f81fb;ds=sidebyside Remove the global expand body keymapping With local buttons done now, we don't need this anymore. --- 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)