From 5fee719f820bf4bb5caf5a44af75d2998ab91451 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 24 Sep 2022 23:16:04 +0200 Subject: [PATCH] Disable colors for HTML emails --- +mail.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/+mail.el b/+mail.el index 481f3d7..73bc12f 100644 --- a/+mail.el +++ b/+mail.el @@ -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)