mailcap 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # BK 2009
  2. # This file is referenced by Sylpheed, also by Firefox/Mozilla.
  3. # I think also it can be extended and entries overridden by ~/.mailcap
  4. text/rtf; defaultwordprocessor "%s"
  5. text/plain; defaulttexteditor "%s"
  6. text/html; defaultbrowser "%s"
  7. application/msword; defaultwordprocessor "%s"
  8. application/pdf; epdfview "%s"
  9. application/postscript; ghostview "%s"
  10. application/vnd.ms-excel; defaultspreadsheet "%s"
  11. application/x-bzip2; pupzip "%s"
  12. application/x-chm; chmsee "%s"
  13. application/x-gzip; pupzip "%s"
  14. application/x-tar; pupzip "%s"
  15. application/zip; pupzip "%s"
  16. application/x-compressed-tar; pupzip "%s"
  17. application/x-bzip-compressed-tar; pupzip "%s"
  18. application/x-rpm; pupzip "%s"
  19. application/x-rar; pupzip "%s"
  20. application/x-tcl; wish "%s"
  21. application/x-ogg; defaultmediaplayer "%s"
  22. application/pet; petget "%s"
  23. application/x-tgz; petget "%s"
  24. application/x-deb; petget "%s"
  25. application/x-delta; xdelta_gui "%s"
  26. audio/x-wav; defaultaudioplayer "%s"
  27. audio/mpeg; defaultaudioplayer "%s"
  28. audio/basic; defaultaudioplayer "%s"
  29. audio/x-aiff; defaultaudioplayer "%s"
  30. audio/x-pn-realaudio; defaultaudioplayer "%s"
  31. audio/x-mpegurl; defaultaudioplayer "%s"
  32. audio/x-ms-wax; defaultaudioplayer "%s"
  33. audio/*; defaultaudioplayer "%s"
  34. image/svg+xml; defaultdraw "%s"
  35. image/svg; defaultdraw "%s"
  36. image/x-xfig; figurine "%s"
  37. image/*; defaultpaint "%s"
  38. #video/mpeg; xanim +q +f +Sr "%s"
  39. video/mpeg; defaultmediaplayer "%s"
  40. #video/quicktime; xanim +q +f +Sr "%s"
  41. video/quicktime; defaultmediaplayer "%s"
  42. #video/x-msvideo; xanim +q +f +Sr "%s"
  43. video/x-msvideo; defaultmediaplayer "%s"
  44. video/x-ms-asf; defaultmediaplayer "%s"
  45. video/x-ms-wmv; defaultmediaplayer "%s"
  46. video/x-flv; defaultmediaplayer "%s"