summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-10-26 12:46:54 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-10-26 12:46:54 -0400
commitce78b37dc21ebe8436e1f0639942847ef56d8f4c (patch)
treec5559dd6d686851756512cc5077fe1a23f87a42b /share
parentd18cf65a228733351368570ec6862ac15a16fda8 (diff)
lynx gives more loyal rendering of some html pages
Diffstat (limited to 'share')
-rw-r--r--share/mailcap2
1 files changed, 1 insertions, 1 deletions
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 ;