mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Don't signal an error when reaching the end of the search results.
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.
This commit is contained in:
parent
228d8c0528
commit
dd41a07bbd
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ Complete list of currently available key bindings:
|
|||
"*")
|
||||
32 nil nil t))
|
||||
crypto-switch)
|
||||
(error "End of search results"))))
|
||||
(message "End of search results."))))
|
||||
|
||||
(defun notmuch-search-reply-to-thread (&optional prompt-for-sender)
|
||||
"Begin composing a reply to the entire current thread in a new buffer."
|
||||
|
|
Loading…
Reference in a new issue