info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Separate signature files for email and groups


From: Tobias Brink
Subject: Re: Separate signature files for email and groups
Date: Fri, 15 Feb 2008 16:59:30 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

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.

How about the following?

(setq gnus-posting-styles
  '(((message-news-p)
     (signature "This is my news sig")
     )

    ((message-mail-p)
     (signature "This is my mail sig")
     )))

Greetings,
Tobias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]