X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=f510c043fc4c9515dbe7910e3c1bc6b4c214b1f5;hb=731697d671749a13634a2a4b843ce62f2927f64f;hp=17954fb3771555ff0e4c44e0d827d932a1a08a8b;hpb=fb4b45062f8551eb35ff1c22faf5c0bc95249a57;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 17954fb3..f510c043 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -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)