From ce78b37dc21ebe8436e1f0639942847ef56d8f4c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 26 Oct 2019 12:46:54 -0400 Subject: lynx gives more loyal rendering of some html pages --- share/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/mailcap b/share/mailcap index a265aa4..9687b75 100644 --- a/share/mailcap +++ b/share/mailcap @@ -1,6 +1,6 @@ text/plain; $EDITOR %s ; text/html; openfile %s ; nametemplate=%s.html -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; image/*; muttimage %s ; copiousoutput video/*; setsid mpv --quiet %s &; copiousoutput application/pdf; openfile %s ; -- cgit v1.2.3