Add mailcap file.

This commit is contained in:
Bradley M. Kuhn 2014-11-20 09:06:19 -05:00
parent 3afcf64f56
commit fa0d947a72

10
mailcap Normal file
View file

@ -0,0 +1,10 @@
image/gif; gqview '%s'; test=test -n "$DISPLAY" ; description=GIF Image; nametemplate=%s.gif
image/jpeg; gqview '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg
image/png; gqview '%s'; test=test -n "$DISPLAY" ; description=PNG Image; nametemplate=%s.png
image/tiff; gqview '%s'; test=test -n "$DISPLAY" ; description=TIFF Image; nametemplate=%s.tiff
image/x-portable-anymap; gqview '%s'; test=test -n "$DISPLAY" ; description=PNM Image; nametemplate=%s.pnm
image/targa; gqview '%s'; test=test -n "$DISPLAY" ; description=TGA Image; nametemplate=%s.tga
image/x-ms-bmp; gqview '%s'; test=test -n "$DISPLAY" ; description=BMP Image; nametemplate=%s.bmp
image/x-xpixmap; gqview '%s'; test=test -n "$DISPLAY" ; description=XPM Image; nametemplate=%s.xpm
image/pjpeg; gqview '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg