At 11:33 +0100 05 Jan 2002, Franco Vite <[EMAIL PROTECTED]> wrote: > But: if I want to put the right signature when I replay (epmovi with > .signature.epmovi, default From with .signature and so on [I've many > accounts...]), how I can do?
You can have send-hooks that match on the address that the message will appear to be from: send-hook . set signature="~/.signature" send-hook '~f epmovi' 'set signature=~/.signature.epmovi' The second of those should be after any send-hooks that set the From: address. Also, if you like, you should be able to remove the setting of the signature from the two send-hooks you posted earlier since this should handle that case as well. It's not necessary, but it's a bit cleaner to have that set in only one place. -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ Everyone can be taught to sculpt: Michelangelo would have had to be taught how _not_ to. So it is with the great programmers.