]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Don't signal an error when reaching the end of the search results.
authorDavid Edmondson <dme@dme.org>
Tue, 20 Dec 2011 08:45:14 +0000 (08:45 +0000)
committerDavid Bremner <bremner@debian.org>
Mon, 9 Jan 2012 10:40:24 +0000 (06:40 -0400)
With the default configuration ('space' moves through the messages
matching the search and back to the results index at the end) it's
unnecessary to signal an error when the last message has been read, as
this is the common case.

Moreover, it's very annoying when `debug-on-error' is t.


No differences found