# This is a simple example mailcap file.
# Lines starting with '#' are comments.

# This maps all types of audio data (audio/basic, audio/x-aiff,
# etc.) to the viewer 'showaudio'.  Note that '%s' means 'put the
# datafile name here when the viewer is executed'.
audio/x-8svx; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
audio/*; rx rexx:soxaudio %s PUBSCREEN=Mosaic

# This maps all types of images (image/gif, image/jpeg, etc.)
# to the viewer 'xv'.
image/*; sys:Utilities/MultiView %s PUBSCREEN=Mosaic

#hopefully do something reasonable with text files
text/x-aguide sys:Utilities/MultiView %s PUBSCREEN=Mosaic
text/*; leggi %s

# This maps MPEG video data to the viewer 'mpeg_play'.
video/mpeg; mpeg_play %s
video/*;  sys:Utilities/MultiView %s PUBSCREEN=Mosaic

# This maps all types of video *other than MPEG* to the viewer
# 'genericmovie'.
#video/*; genericmovie %s

application/postscript; ghostview %s
application/x-dvi; xdvi %s

music/x-mod;  rx rexx:playmod.rexx %s
