From ececf2086275dd5ef8bfef923cdd91185f476029 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 9 Feb 2012 00:00:03 +0000 Subject: [PATCH] * add mailcap --- .mailcap | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.mailcap b/.mailcap index d607c8a..cf47309 100644 --- a/.mailcap +++ b/.mailcap @@ -1,8 +1,9 @@ -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" +application/pdf; /usr/bin/evince '%s'; test=test -n "$DISPLAY" +application/postscript; /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