]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
test/dump-restore: add test for warning/error messages
[notmuch] / emacs / notmuch-mua.el
index cb89db3a47e2ca9705560a01c936bf397a1c7672..408b49e075068c574f900a756d76551c87ee7eb5 100644 (file)
@@ -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)