<<< Date Index >>>     <<< Thread Index >>>

Re: the .signature is not changed properly



On 2003-12-03, Amihai Silverman wrote:
> I have a signature setting in .muttrc :
> 
> send-hook '~f postmaster@techst02\.technion\.ac\.il' 'set 
> signature=~/.sig.tcc'
> 
> when I reply to a mail having a "postmaster@xxxxxxxxxxxxxxxxxxxxxxx"
> address as "From", I get the signature /.sig.tcc properly, but after 
> that, the /.sig.tcc signature is attached to every mail I send instead of my 
> default .signature. 
> When I exit mutt and start it again, I get again my default .signature
> when I send mail.
> I use mutt-1.4.1i. This bug was not in the previous mutt version.

You need to use a `default' hook to reset the value.  Change your
.muttrc to look like this:

send-hook .  set signature=~/.signature
send-hook '~f postmaster@techst02\.technion\.ac\.il' 'set signature=~/.sig.tcc'