diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-20 16:34:48 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-20 16:34:48 -0400 |
commit | 48b304f8b9281dfaf78a93ee2d1ae726f316a8a8 (patch) | |
tree | 1a099d9bded2fbe188ebcf39bb59bfecb2447a71 /.mailcap | |
parent | fix fg in mutt (diff) |
use w3m for dumping html email
Diffstat (limited to '')
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ text/html; mutt_bgrun firefox %s; nametemplate=%s.html -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +text/html; w3m -T text/html -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; mupdf %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 |