diff options
author | Ryan Kavanagh <rak@debian.org> | 2014-07-01 11:38:57 +0200 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2014-07-01 11:38:57 +0200 |
commit | 2b2cacde6d45922cf0e9675da6448b74a25182c1 (patch) | |
tree | eab03fd22146b6ab262c3efafa0908224af6494c /.mailcap | |
parent | Fix .nailrc to use hermes and sendmail (diff) |
Use lynx for dumping HTML mail
Diffstat (limited to '')
-rw-r--r-- | .mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |