summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2016-03-16 11:00:39 +0100
committerVictor Toso <victortoso@redhat.com>2016-03-16 11:00:39 +0100
commit1de6e2b13ed29786109c4f8dee57f7b5ee4d60f9 (patch)
tree04a0d7921a28e3cced7387adff3426c3c234368f
parent358c68710102d0bce9b9f4901f7be2da8b416a35 (diff)
mutt: lynx is better then w3m for html
-rw-r--r--mutt/mailcap3
1 files changed, 2 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 517a4cc..0dd3a3b 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,3 +1,4 @@
#text/html; links %s; nametemplate=%s.html
#text/html; links -dump %s; nametemplate=%s.html; copiousoutput
-text/html; w3m -I %{charset} -T text/html; copiousoutput;
+#text/html; w3m -I %{charset} -T text/html; copiousoutput;
+text/html; lynx -dump %s | more