X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=d9a6b67a6ba8c595e94bc297cfb292e9f73f3753;hb=708c4f46caae76d4366a6a8de369943a3adef443;hp=dbf269a572755f7b02f19cd090c7c296881057e0;hpb=8a534dc60d5f4bf579eabda9ae482a1982de3e4e;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index dbf269a5..d9a6b67a 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -580,6 +580,8 @@ This function advances the next thread when finished." (insert "Incomplete search results (search process was killed).\n")) (if (eq status 'exit) (progn + (if notmuch-search-process-filter-data + (insert (concat "Error: Unexpected output from notmuch search:\n" notmuch-search-process-filter-data))) (insert "End of search results.") (if (not (= exit-status 0)) (insert (format " (process returned %d)" exit-status)))