From 1f945f6d213e02e82d7fd670e29eec88899276b2 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 1 Jan 2023 09:07:15 -0800 Subject: mailcap: use firefox --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index ab6d7da..0de8e4c 100644 --- a/.mailcap +++ b/.mailcap @@ -1,4 +1,4 @@ -text/html; /usr/bin/w3m -dump -T text/html -I %{charset} -O utf-8 %s; copiousoutput; description=HTML Text; nametemplate=%s.html +text/html; firefox %s 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