Greetings,
currently I'm trying to teach "Vm" not to add a signature when replying
to a mail from a mailing list or when sending a list to a mailing list.
Since none of my various ideas really worked, I tried to remove signa-
tures from every mail sent by setting
(set-variable 'vmpc-actions '(("dont-sign" (vmpc-signature ""))))
(set-variable 'vmpc-conditions '(("true" (and) )))
(set-variable 'vmpc-default-rules '(("true" "dont-sign" )))
in configuration file ".vm.el". But this had no effect either.
What am I missing? Do these three variables _require_ being customized
or do I need to autoload some additional file?
Running "(info-display-manual vm)" doesn't tell so, but who knows?
Any help appreciated :-)
Sincerely,
Rainer