X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=ddfb981135c868053d05f1cdf53bfc1e26fc647d;hb=67dbd24ece883e9cb0258fce289e40ca276b729d;hp=93747b1cb280c94ded422145b04a94094cf76dd9;hpb=71012e81098dce71cbd69479ecdee375a24db79c;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 93747b1c..ddfb9811 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -176,7 +176,7 @@ mutiple parts get a header." (unless (bolp) (insert "\n"))) (defun notmuch-mua-reply (query-string &optional sender reply-all) - (let ((args '("reply" "--format=sexp" "--format-version=1")) + (let ((args '("reply" "--format=sexp" "--format-version=3")) (process-crypto notmuch-show-process-crypto) reply original)