From 1072c0d792130a7f7e18d0bb2a72185ba281843a Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Fri, 25 Jun 2010 11:27:20 +0200 Subject: [PATCH] Added mailcap file --- .mailcap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .mailcap diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..5208c44 --- /dev/null +++ b/.mailcap @@ -0,0 +1,6 @@ +text/html; w3m -dump %s; nametemplate=%s.html; copiusoutput +image/jpg; gqview %s; nametemplate=%s.jpg; +image/jpeg; gqview %s; nametemplate=%s.jpeg; +image/png; gqview %s; nametemplate=%s.png; +image/gif; gqview %s; nametemplate=%s.gif; +application/pdf; okular '%s'; description='PDF'; nametemplate=%s.pdf; test=test -n \"$DISPLAY\"" -- 2.39.5