nmh-workers
[Top] [All Lists]

Re: Problem with mhmail

2019-12-28 05:57:04
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.


<Prev in Thread] Current Thread [Next in Thread>