problem with send hook
I have set up a send profiles which work, however for the setup to be complete
I need to have the profile used in the reply match the profile it was addressed
to. So I have:
# Send hooks to make replies get the appropriate From field.
send-hook '~f me@somewhere\.com' 'set signature=~/.mutt/signature-default'
send-hook '~f me2@else\.com' 'set signature=~/.mutt/signature-other'
send-hook '~f me@somewhere\.com' 'my_hdr From: 'Me <me@xxxxxxxxxxxxx>'
send-hook '~f me2@else\.com' 'my_hdr From: 'Me <me2@xxxxxxxx>'
But it is not working. When I receive a message addressed to me2@xxxxxxxx and
reply to it, the reply comes from my default account.
--
Daniel