]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Don't advance line in search buffer before showing thread.
authorCarl Worth <cworth@cworth.org>
Mon, 9 Nov 2009 21:48:58 +0000 (13:48 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 9 Nov 2009 21:48:58 +0000 (13:48 -0800)
commit8ae1c3c6e11f7c8d4066ef3d8affe4d07528807b
treef78a5b1fd6650583afa57ae3dadd7427d8ea45d2
parent97ef8a74c93fc24a65d97ae621f482450503db09
notmuch.el: Don't advance line in search buffer before showing thread.

Previously, when selecting a thread to view from the search buffer, we
would advance the point by one line before showing the thread, (so
that it would be ready to show the next thread once the user was done
with the current thread). This was annoying when the user temporarily
exited the thread view, (because the "wrong" thread was then selected
in the search view).

We get a more consistent experience by waiting to advance until the
user has finished viewing one thread and is ready to view the next.
notmuch.el