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

# N.B. That if you are running mosaic on the Workbench, you
# will have to remove the PUBSCREEN=Mosaic arguments from the commands.

# Note that '%s' means 'put the datafile name here when the viewer is
# executed'.

audio/*; sys:Utilities/MultiView %s ;PUBSCREEN=Mosaic

image/*; sys:Utilities/MultiView %s ;PUBSCREEN=Mosaic

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

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

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

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