From: Don Armstrong Date: Sat, 23 Feb 2013 21:51:29 +0000 (-0800) Subject: add image/jpg wrongness to mailcap X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=18729696a3919f90fdb3246152072ee1ef728a98 add image/jpg wrongness to mailcap --- 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"