Discourage text/html in message mode, default to text/plain when possible
This commit is contained in:
parent
03f7def969
commit
23d30fa2e9
|
@ -11,6 +11,10 @@
|
||||||
mail-user-agent 'mu4e-user-agent
|
mail-user-agent 'mu4e-user-agent
|
||||||
read-mail-command 'mu4e)
|
read-mail-command 'mu4e)
|
||||||
|
|
||||||
|
(use-package mm-decode
|
||||||
|
:custom
|
||||||
|
(mm-discouraged-alternatives '("text/html")))
|
||||||
|
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:bind
|
:bind
|
||||||
(("C-c m" . mu4e)
|
(("C-c m" . mu4e)
|
||||||
|
|
Loading…
Reference in a new issue