From 6fae5ea3179a682103300385a1c4921687343727 Mon Sep 17 00:00:00 2001 From: TEC Date: Thu, 29 Jul 2021 18:50:39 +0800 Subject: [PATCH] Mu4e: extend org-msg application to plaintext Recently org-msg gained the capability to change which exports/mime types are sent based on the email, and a new utf-8 type. We will make use of both of these additions. --- modules/email/mu4e/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index ff1375ae9..d87f716e5 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -259,7 +259,9 @@ Ignores all arguments and returns nil." (setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil tex:dvipng" org-msg-startup "hidestars indent inlineimages" org-msg-greeting-name-limit 3 - org-msg-default-alternatives '(text html) + org-msg-default-alternatives '((new . (utf-8 html)) + (reply-to-text . (utf-8)) + (reply-to-html . (utf-8 html))) org-msg-convert-citation t) (defvar +org-msg-currently-exporting nil