]> git.donarmstrong.com Git - home-base.git/commitdiff
* add mailcap
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Feb 2012 23:39:14 +0000 (23:39 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Feb 2012 23:39:14 +0000 (23:39 +0000)
.mailcap [new file with mode: 0644]

diff --git a/.mailcap b/.mailcap
new file mode 100644 (file)
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"