Hi Norm, > Thank you very much. But I've decided that I am no longer smart enough > to master the intricacies of mhmail.
You're still happy with comp(1) and repl(1) for more complex
requirements?
> msg=$(basename $draft)
> send $msg
I think you want just
send $draft
there because send wants a path, not a message number.
--
Cheers, Ralph.
