From 18729696a3919f90fdb3246152072ee1ef728a98 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 23 Feb 2013 13:51:29 -0800 Subject: [PATCH] add image/jpg wrongness to mailcap --- .mailcap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailcap b/.mailcap index cf47309..cc6ce1c 100644 --- a/.mailcap +++ b/.mailcap @@ -5,5 +5,6 @@ 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/jpg; /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