From c5ec1d63904b5f658eec7d90dba9d4d7ad9148ed Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 8 Feb 2012 23:39:14 +0000 Subject: [PATCH 1/1] * add mailcap --- .mailcap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mailcap diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..d607c8a --- /dev/null +++ b/.mailcap @@ -0,0 +1,8 @@ +application/pdf: /usr/bin/evince '%s'; test=test -n "$DISPLAY" +application/postscript: /usr/bin/evince '%s'; test=test -n "$DISPLAY" +image/x-eps: /usr/bin/evince '%s'; test=test -n "$DISPLAY" +image/eps: /usr/bin/evince '%s'; test=test -n "$DISPLAY" +image/png: /usr/bin/feh '%s'; test=test -n "$DISPLAY" +image/jpeg: /usr/bin/feh '%s'; test=test -n "$DISPLAY" +image/gif: /usr/bin/feh '%s'; test=test -n "$DISPLAY" +image/tiff: /usr/bin/feh '%s'; test=test -n "$DISPLAY" -- 2.39.2