# Please check if all the paths in PATH are reachable, remove the ones that
# are not.

PATH=/bin:/usr/bin:/usr/local/bin:$HOME/stump/bin
MAILDIR=$HOME/Mail	# You'd better make sure it exists
DEFAULT=$MAILDIR/mbox
VERBOSE=ON
LOGFILE=$MAILDIR/from
LOCKFILE=$HOME/.lockmail




# Anything that has not been delivered by now will go to $DEFAULT
# using LOCKFILE=$DEFAULT$LOCKEXT
