Roberto Suarez Soto <[EMAIL PROTECTED]> wrote on Wed, 14 Jun 2000:
>       I want to add a X-Comment-To header in every message that I reply.
> This header has to be in the form:
> 
>       X-Comment-To: Name
> 
>       Where name is the real name of the person I'm replying to (i.e: John
> Doe).

You can't really do that with Mutt, since you can't store information in
arbitrary variables and then refer to them -- unfortunately, in this
case.

I guess it might be possible with some very creative external scripting
combined with macroing the reply command: ie. send the current email to
a program, which extrans the name and stores it in a temp file, then
in a send-hook call another external program which reads the name and
constructs a my_hdr command from it...  Doable, but cumbersome, and you
do need an external script or two and a temp file.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
cat /dev/coffee | /dev/cup | /dev/mouth | /dev/nose > /dev/keyboard

Reply via email to