]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Remove the notmuch-show-toggle-body command (with "b" binding)
authorCarl Worth <cworth@cworth.org>
Wed, 21 Apr 2010 19:32:29 +0000 (12:32 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Apr 2010 19:52:38 +0000 (12:52 -0700)
In the recent switch to a JSON-based emacs interface, RET now toggles
message visibility anywhere in the message, (rather than only on the
summary line). So we no longer need this separate "b" binding for this.

Additionally, the body toggle was implemented independently from RET,
so after hiding a message with "b" one could not make it visible with
RET. This confusing state is now no longer possible, (since the
:body-visible property is removed entirely).


No differences found