#!/bin/sh
#
# update-mail -- update my home machine mail files
#
[ -n "$echo" ] && set -x

USAGE='update-mail'

# no options allowed
case "$1" in
-*)
	echo "$USAGE" >&2
	exit 2
	;;
esac

cd $HOME || exit 1
cd Mail
get -f
rm -f "Junk E-mail" JUNKMAIL
