#!/bin/sh
PATH=/usr/local/adm/csops/bin:/usr/local/mh/bin:/usr/local/mh/lib

echo ""
echo ""
echo "****************************************************************************"
echo ""
echo "                      THE TROUBLE QUEUE..."
echo ""
folder +trouble
echo ""
echo "****************************************************************************"
echo ""
echo "  Priorities for messages:"
echo ""
echo "  A  Time Critical                1 Accelerated"
echo "  B  Broken, no work-around       2 Multiple Users Affected"
echo "  C  Installs                     3 Single Faculty / Staff"
echo "  D  Broken, with a work-around   4 Single Student / Other"
echo ""
echo ""
echo " Mesg   Date    Pri  Sender               Message Text"
echo "--------------------------------------------------------------------------------"
scan -form /homes/troubmh/Mail/stat.form
echo ""

echo ""
