#!/bin/sh
# Simulate the mh "list" command.
#
if [ $# -lt 1 ];then set inbox; fi
ls $HOME/Mail/$1
