# mailcap --- MIME capability description database
# Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1994-11-01

# $Id: mailcap,v 1.3 1995/11/06 20:41:43 friedman Exp $

# Commentary:

# Each successive file in MAILCAPS list overrides the previous as parsed by
# w3's mm.el, so if entries in this file are meant to be the most specified,
# put this file in the list last.

# Code:

image/gif;  xv -perfect %s
image/jpeg; xv -perfect %s
image/*;    xv -perfect %s

application/postscript; ghostview %s

# mailcap ends here
