X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=408b49e075068c574f900a756d76551c87ee7eb5;hb=df96c93239b6e92e19f22f7759e7d1595c3fdcdd;hp=cb89db3a47e2ca9705560a01c936bf397a1c7672;hpb=832fd1a7a63ced91d9519d217ba187ee08eea13c;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index cb89db3a..408b49e0 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -159,7 +159,7 @@ list." ;; Get the reply object as JSON, and parse it into an elisp object. (with-temp-buffer - (apply 'call-process (append (list notmuch-command nil (list t t) nil) args)) + (apply 'call-process (append (list notmuch-command nil (list t nil) nil) args)) (goto-char (point-min)) (let ((json-object-type 'plist) (json-array-type 'list)