X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=921f62461760d51a3085cacfeda42f984e13dd48;hb=44d3c57e2a62e8d8a299894619389d90c2b97a14;hp=26f954474227f15052692ff6ba46479baf4350b7;hpb=44ea57a0d10ddab514abea319c4d25ec4e36b51e;p=notmuch diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 26f95447..921f6246 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -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)))))