[Emacs] mu4e workaround

Workaround for https://github.com/djcb/mu/issues/2282
This commit is contained in:
Lucien Cartier-Tilet 2022-06-28 23:39:56 +02:00
parent 570834c65c
commit d2a56db780
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -1662,6 +1662,7 @@ configuration for the ~mu4e~ package itself.
`(lambda () (visual-line-mode 1)))
:gfhook ('mu4e-view-mode-hook (mu4e-view-mode--prepare))
:config
(require 'mu4e-view)
(with-eval-after-load 'mm-decode
(add-to-list 'mm-discouraged-alternatives "text/html")
(add-to-list 'mm-discouraged-alternatives "text-richtext"))