#!/bin/bash
pushd $HOME
mail
if [ -f mbox ]
	then
		if [ -s mbox ]
			then mail -f mbox
		fi
		if [ -s mbox ]
			then ls -Flad mbox
			else rm mbox
		fi
fi
popd
# Released under GNU General Public License 3 by celeste:crystalfaery 2011-02-07 00:33:18+00:00
# http://www.crystalfaeries.net/linux/bin/email


syntax highlighted by Code2HTML, v. 0.9.1