]> git.notmuchmail.org Git - notmuch/commit
emacs: Make moving to the previous message move to the previous boundary
authorAustin Clements <amdragon@MIT.EDU>
Sat, 14 Jul 2012 03:47:48 +0000 (23:47 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 12 Aug 2012 19:30:10 +0000 (21:30 +0200)
commitc3119c45e1b93a9d5a3925e9ecad70c886ca5064
tree27f15000000465c64e23d7ce452131166efeb190
parente0d97a639c3f8cafd84c0c81b9412cfd48b516c1
emacs: Make moving to the previous message move to the previous boundary

Previously, notmuch-show-previous-message would move to the beginning
of the message before the message containing point.  This patch makes
it instead move to the previous message *boundary*.  That is, if point
isn't already at the beginning of the message, it moves to the
beginning of the current message.  This is consistent with
notmuch-show-next-message, which can be thought of as moving to the
next message boundary.  Several people have expressed a preference for
this.
emacs/notmuch-show.el