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: Tassilo Horn
Subject: Re: Separate signature files for email and groups
Date: Fri, 15 Feb 2008 08:58:09 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Sam Peterson <skpeterson@nospam.please.ucdavis.edu> writes:

Hi Sam,

> 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.

You can use something like that:

(setq gnus-posting-styles
      `((".*"
         (signature-file "~/.my-mail-sig.txt"))
        ("^nntp"
         (signature "Foo Bar Baz"))))

This will use the text of the file ~/.my-mail-sig.txt for every posting,
except it's in a group starting with nntp (= newsgroup).  There it will
use the string "Foo Bar Baz" as signature.

Bye,
Tassilo





reply via email to

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