nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forwarding html email


From: Ralph Corderoy
Subject: Re: Forwarding html email
Date: Sat, 11 Jan 2020 14:44:05 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]