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)