* Marianne Promberger [2009-10-01 09:36 +0100]:
[...]
send-hook "~t domain.com" 'set from="My Name "'
[...]
I would like the send-hooks to take precedence over reverse_name. Is
this possible?
According to the manual, both my_hdr and $reverse_name override
$from. So looks you would have
Dear mutt users,
I have
set reverse_name
I also have some send-hooks like this:
send-hook "~t domain.com" 'set from="My Name "'
Currently, if I reply to some...@domain.com, the "From" in the reply
gets set to whatever some...@domain.com sent it to, not to the line
specified in the send-hook. I