diff --git a/nndiscourse.el b/nndiscourse.el index c8e8be9..79d984b 100644 --- a/nndiscourse.el +++ b/nndiscourse.el @@ -805,7 +805,10 @@ article header. Gnus manual does say the term `header` is oft conflated." "Score: " score "\n" "\n") (mml-insert-multipart "alternative") - (mml-insert-part "text/html") + (mml-insert-tag 'part 'type "text/html" + 'disposition "inline" + 'charset "utf-8") + (save-excursion (mml-insert-tag '/part)) (-when-let* ((parent (car (last (nndiscourse-get-refs server (plist-get header :id))))) (parent-author