From fe0331f4a474ea834c440a0f1095fbe7935c86dc Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 13 Nov 2024 13:14:59 +0000 Subject: [PATCH] Revert "Remove html from discouraged alternatives" This reverts commit 86be44976eb913ca634c58f06c6d3e0b7c821c1e. --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index af08d0b..cdb1eaf 100644 --- a/README.org +++ b/README.org @@ -423,6 +423,10 @@ Configure email with iCalendar event support, to integrate with (setq mail-user-agent 'mu4e-user-agent read-mail-command 'mu4e) +(use-package mm-decode + :custom + (mm-discouraged-alternatives '("text/html"))) + (use-package mu4e :if (package-installed-p 'mu4e) :bind