From 4f0861487b3e11cdace2f938210984b0dfcc8746 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 8 Sep 2021 18:02:51 +0200 Subject: feeds: ... --- 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 821ae954..9b1ef594 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 -assume_unrec_charset=utf-8 -display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput + text/html; ${pkgs.lynx}/bin/lynx -dump -dont_wrap_pre -assume_charset=utf-8 -display_charset=utf-8 "%s"; nametemplate=%s.html; copiousoutput ''; in { config = { -- cgit v1.2.3