#
# sh-flavored setup script to use MIME locker
#
# Evaluating this script in your .login will set up your
# environment to use the MIME configurations in this locker for:
#  1. mhn and mh
#  2. metamail
#  3. exmh (which uses metamail)
# See the man pages on these commands themselves for more details.
#
# $Id: setup.sh,v 1.1 1998/03/17 23:43:22 lcs Exp $

## mhn
MHN=/mit/mime/arch/@sys/etc/mhn_defaults
export MHN
unset NOMHNPROC

## metamail/exmh
MAILCAPS=/mit/mime/arch/@sys/etc/mailcap:${MAILCAPS:-}
export MAILCAPS
unset NOMETAMAIL
