From ba3a895867cc92cca59b9c4150790aff5921870d Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 4 Aug 2022 07:27:06 -0700 Subject: mailcap: use w3m for text/html --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index 57e636e..ab6d7da 100644 --- a/.mailcap +++ b/.mailcap @@ -1,4 +1,4 @@ -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +text/html; /usr/bin/w3m -dump -T text/html -I %{charset} -O utf-8 %s; copiousoutput; description=HTML Text; nametemplate=%s.html application/pdf; { set -m \; /bin/mv -T %s %s.mv \; ( evince %s.mv \; /bin/rm %s.mv \; ) & } image/*; eog %s ; application/x-gunzip; gzcat; copiousoutput -- cgit v1.2.3