From 2b2cacde6d45922cf0e9675da6448b74a25182c1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 1 Jul 2014 11:38:57 +0200 Subject: Use lynx for dumping HTML mail --- .mailcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index de2d977..e298245 100644 --- a/.mailcap +++ b/.mailcap @@ -1,5 +1,5 @@ -text/html; w3m %s; nametemplate=%s.html -text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +text/html; lynx %s; nametemplate=%s.html +text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput application/pdf; mutt_bgrun evince '%s'; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format application/x-pdf; evince '%s'; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format application/x-gzpdf; evince '%s'; nametemplate=%s.pdf.gz; test=test "$DISPLAY" != ""; description=Portable Document Format -- cgit v1.2.3