Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Nelson Ferreira <nelson.ferreira@ieee.org>
Subject: Re: Different signatures for each groups
Date: Sat, 17 Jun 2006 15:24:18 -0400	[thread overview]
Message-ID: <m3y7vv8u1p.fsf@tuxie.homelinux.net> (raw)
In-Reply-To: <85slm3txz4.fsf@diamond.nao-tem-hostname.com>

"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

  parent reply	other threads:[~2006-06-17 19:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-17 18:54 Wishmaster #44pf10#
2006-06-17 19:22 ` Wishmaster #44pf10#
2006-06-17 19:24 ` Nelson Ferreira [this message]
2006-06-17 20:35   ` Wishmaster #44pf10#

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3y7vv8u1p.fsf@tuxie.homelinux.net \
    --to=nelson.ferreira@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).