From b43e4cec9c5533345f7faed216b2db64843d31ff Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 8 Sep 2021 16:01:42 +0200 Subject: feeds: utf8 lynx --- user-profiles/feeds/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-profiles/feeds') diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index adfc52a2..0905ee8f 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix @@ -184,7 +184,7 @@ let address = notmuchIni.user.primary_email; } "substituteAll ${./alot.config} $out"; alotMailcaps = pkgs.writeText "mailcaps" '' - text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre "%s"; nametemplate=%s.html; copiousoutput + text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre --display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput ''; in { config = { -- cgit v1.2.3