#!/bin/bash

PATH=/usr/lib/nmh:$PATH
export PATH

lockfile $HOME/Mail/$1/.lock
echo $@
rcvstore +"$@"
rm -f $HOME/Mail/$1/.lock
