From 48b304f8b9281dfaf78a93ee2d1ae726f316a8a8 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 20 Oct 2021 16:34:48 -0400 Subject: use w3m for dumping html email --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index 2996124..1a9ea17 100644 --- a/.mailcap +++ b/.mailcap @@ -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 -- cgit v1.2.3