Hello list In order not to bother my family with repeated exposure to my signature, I use the following send-hook setup:
send-hook . set signature send-hook '~t ^foo@bar\.com$' unset signature This works, but only up to a point; the signature is unset for the intended recipient but is not re-set for any subsequent recipients, which necessitates restarting mutt. This isn't the end of the world, but I'm surprised that the behaviour isn't as I expected which would be to unset the sig for defined addresses, set the sig for everyone else. Any insights are appreciated, thanks.