nmh-workers
[Top] [All Lists]

Re: Forwarding html email

2020-01-11 08:44:17
Hi Arthur,

This gets me what I want and if that's the way it's done, so be it. My
only complaint is that I don't see the message I'm forwarding.

This edited transcript of what I did may help you work out your
preferred method, and possibly script it.

    $ cd /tmp
    $ mhstore -type text/html
    storing message 42 as file 42.html
    $ forw -build
    $
    $ cd
    $ cd `mhparam path`
    $ sed -i '/^--*$/,$d' draft
    $ echo Attach: /tmp/42.html >>draft
    $ mhbuild draft
    $ comp -u -file draft

-- 
Cheers, Ralph.


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