From 23d30fa2e9dcb04749ef6e19a568a51039f041c0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 13 Jun 2024 10:05:00 +0100 Subject: [PATCH] Discourage text/html in message mode, default to text/plain when possible --- mu4e-custom.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mu4e-custom.el b/mu4e-custom.el index 1b17661..54080e2 100644 --- a/mu4e-custom.el +++ b/mu4e-custom.el @@ -11,6 +11,10 @@ mail-user-agent 'mu4e-user-agent read-mail-command 'mu4e) +(use-package mm-decode + :custom + (mm-discouraged-alternatives '("text/html"))) + (use-package mu4e :bind (("C-c m" . mu4e)