]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-query.el
emacs: send notmuch-query stderr to /dev/null
[notmuch] / emacs / notmuch-query.el
index 26f954474227f15052692ff6ba46479baf4350b7..921f62461760d51a3085cacfeda42f984e13dd48 100644 (file)
@@ -35,7 +35,7 @@ is a possibly empty forest of replies.
         (json-false 'nil))
     (with-temp-buffer
       (progn
-       (apply 'call-process (append (list notmuch-command nil t nil) args))
+       (apply 'call-process (append (list notmuch-command nil (list t nil) nil) args))
        (goto-char (point-min))
        (json-read)))))