From 286c822b33ccca617d3c9bad8a9265097a6a2d65 Mon Sep 17 00:00:00 2001 From: Madeline Hashcube Date: Sun, 29 Mar 2026 20:04:23 -0500 Subject: [PATCH] oh hey i should probably actually use `w3m` hey? --- users/hashcube/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; }; -- 2.51.2