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

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

Re: Different signatures for each groups


From: Nelson Ferreira
Subject: Re: Different signatures for each groups
Date: Sat, 17 Jun 2006 15:24:18 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) SXEmacs/22.1.6 (linux)

"Wishmaster" == Wishmaster #44pf10# <wishmaster@aux.net> writes:


[...]

    Wishmaster> I would like to know if is it possible to set different 
signatures for
    Wishmaster> each group, because I would like to have a signature in English 
on
    Wishmaster> "international" (i.e. Usenet) groups and a signature in 
Portuguese 
    Wishmaster> on "national" (i.e. Portuguese) groups.

Several ways of doing it. You can use gnus-posting-styles, or the
group parameters.

Try the following in .gnus:

(setq gnus-posting-styles  
      '((".*"     (signature "My english signature"))
        ("^pt\\." (signature "A minha signature em Português."))))

Or

(setq gnus-posting-styles  
      '((".*"     (signature-file "~/.sig.en"))
        ("^pt\\." (signature-file "~/.sig.pt"))))


You can override this on a per group basis by either customizing the
posting style using G c on the group buffer, or by going directly to
the group parameters lisp forms and enter:

(posting-style (signature-file "~/.sig.pt.comp"))


Espero que ajude.

[...]


-- 
Nelson Ferreira


reply via email to

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