X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=fd64b362b542b9bef5c169c29fb52ba2128c4f4e;hb=1348212cb051b846bbe98f6d653da45aad3dfefa;hp=93747b1cb280c94ded422145b04a94094cf76dd9;hpb=5a69aa14748162429c43ad5ff3d8b35779fff0d4;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)