]> git.cworth.org Git - notmuch/commit
emacs: make message indentation width customisable
authorGregor Zattler <telegraph@gmx.net>
Thu, 24 Nov 2011 22:03:21 +0000 (23:03 +0100)
committerDavid Bremner <bremner@debian.org>
Fri, 25 Nov 2011 17:40:23 +0000 (12:40 -0500)
commit46eb1c116a5c103b87ef3291403ea5883f0f0b7d
treeb896eddbfbff709097f2fe029ca1558fb9a00d17
parentae7814bd61aee2967401ef4d14cb472ece7b6873
emacs: make message indentation width customisable

Till now Emacs UI indents messages according to their respecive
depth of neting in the thread.  The actual width of indentation
per level is hardcoded to `1' space.
This patch makes message indentation customisable by introducing
a variable `notmuch-indent-messages-width' which defaults to `1',
which is the same as before.  Felix could set this variable to
`0' in order to disable indentation, I tested it with a value of
`4' for a clearer separation of messages in a thread.
emacs/notmuch-show.el