#
# csh-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.csh,v 1.1 1998/03/17 23:43:22 lcs Exp $

## mhn
setenv MHN /mit/mime/arch/@sys/etc/mhn_defaults
unsetenv NOMHNPROC

## metamail/exmh
if ( $?MAILCAPS ) then
    setenv MAILCAPS /mit/mime/arch/@sys/etc/mailcap:${MAILCAPS}
else
    setenv MAILCAPS /mit/mime/arch/@sys/etc/mailcap
endif
unsetenv NOMETAMAIL
