Remove the global expand body keymapping

With local buttons done now, we don't need this anymore.
This commit is contained in:
Alexander Botero-Lowry 2009-11-23 23:41:42 -08:00 committed by Carl Worth
parent daeda152b8
commit 0ad3534b94

View file

@ -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)