Discourage text/html in message mode, default to text/plain when possible

This commit is contained in:
Evie Litherland-Smith 2024-06-13 10:05:00 +01:00
parent 03f7def969
commit 23d30fa2e9

View file

@ -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)