"Wishmaster" == Wishmaster #44pf10# <[EMAIL PROTECTED]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to