{
MH=${MH_TEST_DIR}/Mail/.mh_profile
MHMTSCONF=${MH_INST_DIR}${sysconfdir}/mts.conf
- PATH=${MH_INST_DIR}${bindir}:${MH_INST_DIR}${auxexecdir}:${PATH}
+ PATH=${MH_INST_DIR}${bindir}:${PATH}
MH_LIB_DIR=${MH_INST_DIR}${auxexecdir}
export MH MHMTSCONF MH_LIB_DIR PATH
mkdir $MH_TEST_DIR/Mail || exit 1
cat > $MH <<EOF || exit 1
Path: ${MH_TEST_DIR}/Mail
+libdir: ${MH_LIB_DIR}
mhlproc: ${MH_LIB_DIR}/mhl
moreproc: cat
showproc: ${MH_LIB_DIR}/mhl
fi
if [ "${from}"x = x ]; then
nmhlibdir=`${nmhbindir}/mhparam libdir`/
- #### If nmhlibdir isn't right, assume that the nmh lib dir is on the PATH.
- [ -x "${nmhlibdir}ap" ] || nmhlibdir=
from=`${nmhlibdir}ap -format '%(localmbox)' 0`
fi