On Sat, Sep 08, 2007 at 12:30:42AM +0200, Kai Grossjohann wrote: > I understand that I can set $signature to a file name with my signature. > Then all subsequent outgoing messages will have that signature appended. > Or I can set $signature to something else or remove the file. Then all > subsequent messages will not have a signature appended. > > But what I want is to be able to decide, for each outgoing message: I > want to append a signature to this message. > > Is there a way to do this?
You can accomplish this by setting signature in a send-hook, like so: send-hook PATTERN set signature=SIGNATURE_FILE -- with kind regards Thor Andreassen
