From a343121a34d590e261f3a8713b391ce72d9f0c83 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 19 Nov 2020 16:10:31 +0100 Subject: [PATCH] Fix neomutt mailcap for HTML rendering --- neomutt/.config/neomutt/etc/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomutt/.config/neomutt/etc/mailcap b/neomutt/.config/neomutt/etc/mailcap index b2da863..f8af373 100644 --- a/neomutt/.config/neomutt/etc/mailcap +++ b/neomutt/.config/neomutt/etc/mailcap @@ -1,4 +1,4 @@ -text/html; w3m -I %{charset -T text/html %s; copiousoutput; +text/html; w3m -I %{charset} -T text/html %s; copiousoutput; text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal image/*; imv %s ; copiousoutput application/pdf; zathura %s ;