aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-query.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/notmuch-query.el')
-rw-r--r--emacs/notmuch-query.el2
1 files changed, 1 insertions, 1 deletions
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)))))