]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Truncate lines and do not enable visual-line-mode in notmuch-show buffers.
authorDavid Edmondson <dme@dme.org>
Mon, 16 Jan 2012 14:13:22 +0000 (14:13 +0000)
committerDavid Bremner <bremner@debian.org>
Sat, 21 Jan 2012 12:22:27 +0000 (08:22 -0400)
Enable the truncation of lines in `notmuch-show-mode' to avoid visual
noise caused by the wrapping of the header lines.

Don't enable `visual-line-mode' because it disables line truncation.

The benefits of `visual-line-mode' were that it wrapped long lines
in received messages. With `notmuch-wash-wrap-long-lines' now default
behaviour, this is no longer required.


No differences found