From e22fa8f45d64ead0480df30e490fff7c834ac146 Mon Sep 17 00:00:00 2001 From: dickmao Date: Tue, 25 Feb 2020 10:43:25 -0500 Subject: [PATCH] apprise encoding of charset utf-8 --- nndiscourse.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1