]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch.el
Do not query on notmuch-search exit
[notmuch] / emacs / notmuch.el
index bb7565cbb797f3d8d2fea8a6933e9a5453531ae0..456c78308661edc479dfc3072230aa359effbbea 100644 (file)
@@ -951,7 +951,8 @@ The optional parameters are used as follows:
                       "--sort=newest-first")
                     query)))
          (set-process-sentinel proc 'notmuch-search-process-sentinel)
-         (set-process-filter proc 'notmuch-search-process-filter))))
+         (set-process-filter proc 'notmuch-search-process-filter)
+         (set-process-query-on-exit-flag proc nil))))
     (run-hooks 'notmuch-search-hook)))
 
 (defun notmuch-search-refresh-view ()