]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: Don't signal an error when reaching the end of the search results.
[notmuch] / emacs / notmuch.el
index fde23779d7cf8f4a8853fd16da6940779cd48820..c678c93d7f44112c71a27b4717621fd29ab602ce 100644 (file)
@@ -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."