# Mailcap -- this mailcap can be installed as your .mailcap
# for purposes of running the Tour (or added to the front of
# your existing mailcap).

# You need to be able to view PostScript files
#application/postscript; pageview %s
application/postscript; ghostview %s

# You may want to be able to view PDF files
application/pdf; acroread %s
#application/pdf; acroexch %s
 
# BEWARE OF SECURITY - you don't want your viewer running shell scripts
# without your looking at them. However, in general,
# You need to be able to run shell scripts for the Tour to work.
# xvokscript is a program we provide that prints the script and asks
# you if it's OK to run it.
application/sh; xvokscript %s
#application/sh; cp %s $HOME/x-sh && echo "x-sh script stored in $HOME/x-csh"

# There are some sunraster images in the NeWS directory.
#image/sunraster; xloadimage %s
#image/sunraster; rasview %s
#image/sunraster; imagetool %s
image/sunraster; xv %s
 
# This is here for future releases.
text/x-sgml; panorama %s
