Add mailcap file.
This commit is contained in:
parent
3afcf64f56
commit
fa0d947a72
1 changed files with 10 additions and 0 deletions
10
mailcap
Normal file
10
mailcap
Normal 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
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue