> I want my mutt to use different "From: " field values depending on the "To:
> " field. I managed to get it almost to work with the send-hook, but the
> problem is that the "From: " field changed with "my_hdr" directive doesn't
> get changed back to the default after sending the mail.
 
 Add another send-hook *before* the other one that resets this particual
 my_hdr:

send-hook . 'unmy_hdr From:'
send-hook '~t [EMAIL PROTECTED]' my_hdr From: ...

 I think I'll write up something for the manual ...

Reply via email to