]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-mua.el
emacs: sanitize subject in replies
[notmuch] / emacs / notmuch-mua.el
index fd64b362b542b9bef5c169c29fb52ba2128c4f4e..7a341ebf0588a3e91ee3666b119701be2ca91c8f 100644 (file)
@@ -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))))