aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Alexander Botero-Lowry <alex.boterolowry@gmail.com>2009-11-23 23:41:42 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-24 11:34:13 -0800
commit0ad3534b949b4a9848051197aa51c9c8ce3f81fb (patch)
treee66604f5a2b40f7ac7deacfa46fb11fd347f10df /notmuch.el
parentdaeda152b8cdb662100129385212175b425c33c5 (diff)
Remove the global expand body keymapping
With local buttons done now, we don't need this anymore.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el1
1 files changed, 0 insertions, 1 deletions
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)