Disable colors for HTML emails

This commit is contained in:
2022-09-24 23:16:04 +02:00
parent 9625e9b14f
commit 5fee719f82

View File

@@ -41,3 +41,5 @@
(setq mu4e-index-lazy-check t)
;; Use ISO dates
(setq mu4e-headers-date-format "%Y-%m-%d %H:%M")
;; Disable colors for HTML emails
(setq shr-use-colors nil)