#!      /bin/csh -f
#
# Copyright 1993, 1994, 1995 by the Regents of the University of California.
# see the file "Copyright" in the distribution for conditions of use.
#
#
#       Edit mail Options
#
set file = ~/.mailrc
#
if( ! -e $file ) then
	echo "You don't have a BSD mail option file."
	echo Copying default BSD mail option file.
	/bin/cp /usr/skel/DOT/.mailrc $file
	if ( $status ) then
		echo " "
		echo "*** Copy failed, possibly due to quota problems."
		exit 1
	endif
endif
#
#	edits what "file" is set to
set embedded
source $MENU_LIB/edit_file
