]> git.donarmstrong.com Git - home-base.git/commitdiff
add image/jpg wrongness to mailcap
authorDon Armstrong <don@donarmstrong.com>
Sat, 23 Feb 2013 21:51:29 +0000 (13:51 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 23 Feb 2013 21:51:29 +0000 (13:51 -0800)
.mailcap

index cf47309ac00829c27ee981e201275c98564c9ad0..cc6ce1cccf719170dde47b49bce25294f258f5d0 100644 (file)
--- 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"