misc/mc.ext.in: Adds exif(1) output when viewing jpeg files.

This commit is contained in:
Andrey Rahmatullin 2009-11-01 15:35:08 +01:00 committed by Enrico Weigelt, metux IT service
parent 5d87893ffe
commit cf113f9215

View File

@ -353,6 +353,7 @@ type/^GIF
Include=image
type/^JPEG
View=%view{ascii} identify %f; test -x /usr/bin/exif && echo && exif %f 2>/dev/null
Include=image
type/^PC\ bitmap