From d3949d1850f728b2a8db6578178f4f09bb13d4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 24 Jun 2019 00:19:49 -0700 Subject: Add mailcap --- .mailcap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .mailcap (limited to '.mailcap') diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..57e636e --- /dev/null +++ b/.mailcap @@ -0,0 +1,6 @@ +text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +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 +text/x-diff; cat %s | colordiff;copiousoutput +text/x-patch; cat %s | colordiff;copiousoutput \ No newline at end of file -- cgit v1.2.3