#!/bin/bash

if [ $# -eq 0 ]; then
	xsh localhost mutt
else
	xsh $@ mutt
fi