X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=fd64b362b542b9bef5c169c29fb52ba2128c4f4e;hb=9b0582383833c323b0b902dbe21ecf9cb0cce628;hp=b68cdf2625ffafc8956d4c415ce9bcf920a0359e;hpb=d820b97477f5705640aa8dcf9dcf311e37508def;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index b68cdf26..fd64b362 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -27,6 +27,7 @@ (require 'notmuch-lib) (require 'notmuch-address) +(require 'notmuch-draft) (eval-when-compile (require 'cl)) @@ -175,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)