diff --git a/users/hashcube/email.nix b/users/hashcube/email.nix index b7b7de9..36bbab1 100644 --- a/users/hashcube/email.nix +++ b/users/hashcube/email.nix @@ -7,7 +7,7 @@ general.unsafe-accounts-conf = true; filters = { "text/plain" = "colorize"; - "text/html" = "html | colorize"; + "text/html" = "! w3m -I UTF-8 -T text/html"; }; }; };