]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
CLI: define and use format version 5
[notmuch] / emacs / notmuch-mua.el
index 17954fb3771555ff0e4c44e0d827d932a1a08a8b..f510c043fc4c9515dbe7910e3c1bc6b4c214b1f5 100644 (file)
@@ -235,7 +235,7 @@ Typically this is added to `notmuch-mua-send-hook'."
 ;;; Mua reply
 
 (defun notmuch-mua-reply (query-string &optional sender reply-all)
-  (let ((args '("reply" "--format=sexp" "--format-version=4"))
+  (let ((args '("reply" "--format=sexp" "--format-version=5"))
        (process-crypto notmuch-show-process-crypto)
        reply
        original)