Sam Peterson <[EMAIL PROTECTED]> writes: > Hello, I know about gnus-posting-styles, but I'm at a bit of a loss as > to how to customize this variable so that it uses a different > signature for email messages and newsgroup messages. I've looked > around but haven't had any luck finding a solution. All advice is > greatly appreciated. > -- > Sam Peterson > skpeterson At nospam ucdavis.edu > "if programmers were paid to remove code instead of adding it, > software would be much better" -- unknown You can create a separate message signature file, which is what I have done in my .emacs init file: (setq message-signature nil) (setq message-signature-file `"c:\\documents and settings\\xxxxxx\\application data\\_msg-sig") . The reason I have a full path name is that it did not work properly before on a Windows XP system. There is no need for gnus-posting-styles just to have a different message signature from your email signature.
-- Allan _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
