X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;fp=emacs%2Fnotmuch-query.el;h=921f62461760d51a3085cacfeda42f984e13dd48;hp=26f954474227f15052692ff6ba46479baf4350b7;hb=15d8928f4133eb28f7823b0f4d4c5edc6471131c;hpb=c58523088ac7fcbfa841187b1447269b638bfa95 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)))))