aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2014-07-01 11:38:57 +0200
committerRyan Kavanagh <rak@debian.org>2014-07-01 11:38:57 +0200
commit2b2cacde6d45922cf0e9675da6448b74a25182c1 (patch)
treeeab03fd22146b6ab262c3efafa0908224af6494c
parentFix .nailrc to use hermes and sendmail (diff)
Use lynx for dumping HTML mail
Diffstat (limited to '')
-rw-r--r--.mailcap4
1 files changed, 2 insertions, 2 deletions
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