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.

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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to