X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=71487bd97b8795b71747594f98bcd54ed821a976;hb=refs%2Ftags%2F0.34;hp=61494c02635101da70220ce4837975a43a49090e;hpb=a890241138ea468f8a275941b02da39b4e894c1e;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 61494c02..71487bd9 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -569,7 +569,7 @@ options will be handled as specified for (or (plist-get options :filter-count) (plist-get options :filter)))) "\n"))) - (unless (= (call-process-region (point-min) (point-max) notmuch-command + (unless (= (notmuch--call-process-region (point-min) (point-max) notmuch-command t t nil "count" "--batch") 0) (notmuch-logged-error "notmuch count --batch failed"