X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=fd64b362b542b9bef5c169c29fb52ba2128c4f4e;hb=c28ac94abfc03ca61c480882db73313bf06d237f;hp=93747b1cb280c94ded422145b04a94094cf76dd9;hpb=d35c2c15f61cb527eea6e6224d8b0ad965100766;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 93747b1c..fd64b362 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=4")) (process-crypto notmuch-show-process-crypto) reply original)