From 78cdb80d2cb57390664c6a9108023287d8b019b5 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 5 Jan 2021 16:29:44 +0800 Subject: [PATCH] Mu4e: Org-msg, prioritise HTML over plaintext --- modules/email/mu4e/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index e4991e4e4..f4d83ca35 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -231,7 +231,7 @@ 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 '(html text)) + org-msg-default-alternatives '(text html)) (defvar +org-msg-currently-exporting nil "Helper variable to indicate whether org-msg is currently exporting the org buffer to HTML.