Disable colors for HTML emails

This commit is contained in:
coolneng 2022-09-24 23:16:04 +02:00
parent 9625e9b14f
commit 5fee719f82
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

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)