On Thu, Nov 16, 2000 at 08:34:01AM -0600, Lance Simmons wrote:
> I use "set reverse_name" to change my "from" header.
> 
> I'd like to be able to change my signature depending on what my "from"
> header is. Is there a way to this?

$reverse_name is handled _before_ send-hook, so you can match on your from
address to set the correct $signature.

Example:

        send-hook ~f [EMAIL PROTECTED]        set signature=~/.sig-mutt
        send-hook ~A                    set signature=~/.sig-default 

me

Reply via email to