home *** CD-ROM | disk | FTP | other *** search
- # Default ScoMail mailcap file
- #
- # The mailcap file controls how various MIME data types are displayed,
- # recorded, etc. You can create a personal mailcap configuration by
- # copying this file to $HOME/.mailcap and modifying it as you like.
- #
- # The format of entries is:
- # type; player-command { ; keyword=command }*
- # %s expands to a filename, %t to the type, %{param} to the value
- # of the specified Content-Type parameter.
- # The keyword can be one of compose, edit, or print
- #
- # This requires the use of the audioserver
- audio/basic;scowave -autoplay %s; edit=scowave %s; compose=scowave %s
- audio/x-mpeg;maplay -l %s; edit=scowave %s; compose=scowave %s
- audio/x-wav;scowave -autoplay %s; edit=scowave -file wav -data AuFormatLinearUnsigned8 -rate 11025 %s; compose=scowave -file wav -data AuFormatLinearUnsigned8 -rate 11025 %s
- #
- # use xv to handle several image formats
- image/*;xv %s
- #
- # call ghostscript to display postscript
- #application/postscript;ghostview %s
- # if your printer can handle postscript, uncomment (and modify
- # as necessary) this line instead of the above
- application/postscript;ghostview %s; print=lp %s
- #
- # this is mostly to verify compose & edit functionality
- text/plain;scoedit -r %s; compose=scoedit %s; edit=scoedit %s
- #
- # if mpeg_play is installed, you can play movies
- video/mpeg;mpeg_play %s
- #
- # handle .avi files. Sound requires the audioserver be installed
- video/quicktime; xanim +Sr +Ca +CF4 -Cn -b -B %s
- video/x-msvideo; xanim +Sr +Ca +CF4 -Cn -b -B %s
- video/x-sgi-movie; xanim +Sr +Ca +CF4 -Cn -b -B %s
- #
- # Microsoft Word
- # This assumes wabi and word 6.0 are installed using the defaults.
- # Modify this line and the msword-compose script to match your
- # installation if necessary. If you are using a different version of word,
- # create a blank document in /usr/lib/scomail/msword-empty
- #
- #application/msword;wabi -s $HOME/wabi/winword/winword %s; edit=wabi -s $HOME/wabi/winword/winword %s; compose=/usr/lib/scomail/msword-compose %s
- #
- # Microsoft Excel
- # This assumes wabi and excel 5.0 are installed using the defaults.
- # Modify this line and the msexcel-compose script to match your
- # installation if necessary. If you are using a different version of excel,
- # create a blank document in /usr/lib/scomail/msexcel-empty
- #
- #application/x-msexcel;wabi -s $HOME/wabi/excel/excel %s; edit=wabi -s $HOME/wabi/excel/excel %s; compose=/usr/lib/scomail/msexcel-compose %s
- #
- # Microsoft PowerPoint
- # This assumes wabi and powerpnt 4.0 are installed using the defaults.
- # Modify this line and the mspowerpnt-compose script to match your
- # installation if necessary. If you are using a different version,
- # create a blank document in /usr/lib/scomail/mspowerpnt-empty
- #
- #application/x-mspowerpnt;wabi -s $HOME/wabi/powerpnt/powerpnt %s; edit=wabi -s $HOME/wabi/powerpnt/powerpnt %s; compose=/usr/lib/scomail/mspowerpnt-compose %s
-