Disable colors when viewing HTML mail

The CSS clashes horribly with my Emacs theme.
This commit is contained in:
contrapunctus 2022-02-11 13:03:19 +05:30
parent 3d74494a5d
commit b461d1e41a
1 changed files with 1 additions and 0 deletions

View File

@ -3035,6 +3035,7 @@ PR ideas
*** mu4e
#+BEGIN_SRC emacs-lisp
(use-package mu4e
:hook (mu4e-view-mode . (lambda () (setq-local shr-use-colors nil)))
:bind
(:map mu4e-headers-mode-map
("c" . #'mu4e-headers-prev)