From: Don Armstrong Date: Wed, 8 Feb 2012 23:39:14 +0000 (+0000) Subject: * add mailcap X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=c5ec1d63904b5f658eec7d90dba9d4d7ad9148ed;hp=c9b80407521293e417c5e7ec99029972faec9a6a * add 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"