[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Separate signature files for email and groups
From: |
Allan |
Subject: |
Re: Separate signature files for email and groups |
Date: |
Thu, 14 Feb 2008 22:03:51 -0600 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt) |
Sam Peterson <skpeterson@nospam.please.ucdavis.edu> 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