X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=59b546a65f072b18420e80aced14f22f938fac87;hb=af8255fb7159652a7d4e1fe4f1398302e1746cce;hp=fd64b362b542b9bef5c169c29fb52ba2128c4f4e;hpb=1d82110f8397e413d1e000b5a2aa99a2b0995e6d;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index fd64b362..59b546a6 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -181,7 +181,7 @@ mutiple parts get a header." reply original) (when process-crypto - (setq args (append args '("--decrypt")))) + (setq args (append args '("--decrypt=true")))) (if reply-all (setq args (append args '("--reply-to=all"))) @@ -218,7 +218,7 @@ mutiple parts get a header." else collect pair))) (notmuch-mua-mail (plist-get reply-headers :To) - (plist-get reply-headers :Subject) + (notmuch-sanitize (plist-get reply-headers :Subject)) (notmuch-headers-plist-to-alist reply-headers) nil (notmuch-mua-get-switch-function))))