]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
emacs: Use --format-version for search, show, and reply
[notmuch] / emacs / notmuch-mua.el
index ac2d29ecf5491bc318ac6ed19710d55d01298ee6..24eebffa3b97699d0d566d85f8c17dc40fc69642 100644 (file)
@@ -146,7 +146,7 @@ list."
   (unless (bolp) (insert "\n")))
 
 (defun notmuch-mua-reply (query-string &optional sender reply-all)
-  (let ((args '("reply" "--format=json"))
+  (let ((args '("reply" "--format=json" "--format-version=1"))
        reply
        original)
     (when notmuch-show-process-crypto