]> git.cworth.org Git - notmuch/commit
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)
commitd2a1140c44f0cdaf16c06730b7311cbe222bc2da
treeaa55e2a31b23e3d0f09396a517e31c09ba9d2a94
parent046f5dded2a113d80e55288aaa1659a6843dafa3
emacs: Truncate lines and do not enable visual-line-mode in notmuch-show buffers.

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.
emacs/notmuch-show.el