home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / metamail-2.3a / uulib / mailcap < prev   
Text File  |  1992-06-27  |  3KB  |  53 lines

  1. # Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
  2. #
  3. # Permission to use, copy, modify, and distribute this material
  4. # for any purpose and without fee is hereby granted, provided
  5. # that the above copyright notice and this permission notice
  6. # appear in all copies, and that the name of Bellcore not be
  7. # used in advertising or publicity pertaining to this
  8. # material without the specific, prior written permission
  9. # of an authorized representative of Bellcore.  BELLCORE
  10. # MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
  11. # OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS",
  12. # WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
  13. #
  14. # Prototype Mailcap file
  15. # Note that support for text & multipart are "built in" to metamail,
  16. # as are rudimentary support for message, and application.
  17. # However, any of these may be overridden in mailcap.
  18. #
  19. # Note that users may override or extend this with a .mailcap
  20. # file in their own directory.  However, there is NO NEED
  21. # for them to copy entries from this file, as metamail will
  22. # pick up entries from both the system and personal mailcap files.
  23. #
  24. # audio/basic is 8 bit per sample, 8000 samples/s, u-law (not linear) transfer
  25. # function. The highest bit is a sign bit, as required by the Amiga.
  26. audio/basic; playUlawSound %s; label="An audio fragment";\
  27.         compose="svxToUlaw %s"
  28. image/gif; GIF_view %s TIME 30000; label="A GIF Image"; compose="ilbmToGIF %s"
  29. image/jpeg; showJPEG %s; label="A JPEG Image"; compose="getfilename JPEG %s"
  30. image/pbm; showPBM %s
  31. #image/pgm; ppmtoilbm -hamif | fakePipe Mostra
  32. image/pgm; showPGM %s
  33. #image/x-xbitmap; xbmtopbm | ppmtoilbm | fakePipe Mostra
  34. image/x-xbitmap; showXBitmap %s
  35. #image/x-xwd; xwdtopnm  | ppmtoilbm -hamif | fakePipe Mostra
  36. image/x-xwd; showXWD %s
  37. image/xwd; showXWD %s
  38. message/partial; showpartial %s %{id} %{number} %{total}
  39. #text/plain; Less %s
  40. text/plain; Leggi %s PORTNAME LEGGIMIME
  41. #text/richtext; richtext -f %s | Less
  42. text/richtext; showRichtext %s
  43. #x-be2; ezview %s | Less
  44. x-be2; showEz %s
  45. # If you have an interactive Postscript interpreter, you should think carefully
  46. # before replacing lpr with it in the following line, because PostScript
  47. # can be an enormous security hole.  It is RELATIVELY harmless
  48. # when sent to the printer...
  49. #application/postscript ; lpr %s ; label="A Postscript File";\
  50. #        compose="getfilename Postscript %s"
  51. application/postscript; post s:init.ps %s screen size y1100xo70yo80d100b mem f100000;\
  52.         label="A Postscript File"; compose="getfilename Postscript %s"
  53.