]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Indent messages to show nested structure of thread.
authorCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 18:45:10 +0000 (10:45 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 19:08:24 +0000 (11:08 -0800)
commit352e91625b2c0148a215ece9f857a56bdfab896f
treea032aa3a507bff4e1c33dcaebff8b4cb7bcea1fb
parent933caf814fcbbb7420d03ef42bb37bea6dd90449
notmuch.el: Indent messages to show nested structure of thread.

Now that we're actually adding text to the buffer for the indentation,
our old aproach of using positions to record regions to manipulate is
now longer correct. Fortunately, it's easy to switch from positions to
markers which are robust, (just call point-marker instead of point and
all relevant functions accept markers as well as points).

I also finally fixed the bug where the text "[6 line signature]" we
display was causing the one-line-summary of the next message to be on
its same line rather than at the beginning of the next line where it
belongs.
notmuch.el