X-Git-Url: https://git.notmuchmail.org/git?p=obsolete%2Fnotmuch-old;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=a9949a146f300fa77530c5d1340ce96409cf8a56;hp=7994d742f7fc702ef77843af4efbefa4a2bd5da3;hb=88cce8c6a4d898066c0ea4516352ab8749171654;hpb=634914064bdfa4acb5b489dc03bd4ff5dcda3170 diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 7994d742..a9949a14 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -821,8 +821,7 @@ non-authors is found, assume that all of the authors match." (parse-buf (process-get proc 'parse-buf)) (inhibit-read-only t) done) - (if (not (buffer-live-p results-buf)) - (delete-process proc) + (when (buffer-live-p results-buf) (with-current-buffer parse-buf ;; Insert new data (save-excursion