From: Don Armstrong Date: Thu, 9 Feb 2012 00:00:03 +0000 (+0000) Subject: * add mailcap X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=ececf2086275dd5ef8bfef923cdd91185f476029 * add mailcap --- 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"