Hi,

On Tue, Apr 27, 1999 at 13:38 +0200, Dominik Vogt wrote:

> I have a problem with these lines in my ~/.muttrc:
> 
>   send-hook "^ *[fF]vwm"       "my_hdr From: [EMAIL PROTECTED]"
>   send-hook "^ *FVWM"       "my_hdr From: [EMAIL PROTECTED]"
> 
> What I want to do is this: from my mail account at work
> ([EMAIL PROTECTED]) I want to send mail to the fvwm mailing
> lists but with '[EMAIL PROTECTED]' as the sender. So far this
> works well, but sometimes the customized header is added to
> mails that don't have 'fvwm' in the recipients list. For example
> a few days ago I sent a mail to 

Mutt does not automatically reset your mail adress to its
default value after applying your send-hook. A 

send-hook .               "my_hdr [EMAIL PROTECTED]"
send-hook "^ *[fF]vwm"    "my_hdr From: [EMAIL PROTECTED]"
send-hook "^ *FVWM"       "my_hdr From: [EMAIL PROTECTED]"

should fix this (this works because mutt examines the send-hooks
in the order you specified them in your .muttrc every time you
write a mail).

Ciao,
        Stefan

Reply via email to