Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: ding@gnus.org
Subject: Re: problems with gnus-posting-styles: groups.
Date: Mon, 14 May 2012 10:39:18 +0200	[thread overview]
Message-ID: <878vgv9mx5.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <87aa1bgpee.fsf@mat.ucm.es> (Uwe Brauer's message of "Mon, 14 May 2012 10:03:53 +0200")

Uwe Brauer <oub@mat.ucm.es> writes:

Hi Uwe,

> So I tried 
>
> (setq gnus-posting-styles
>  '(("nnimap+gmail:INBOX" (address "oub.oub.oub@gmail.com"))))
       ^^^^^^^^^^^^^^^^^^

That's interpreted as a regexp, so it would match nnimapgmail,
nnimappgmail, nnimapppgmail, etc.  So you want

  (setq gnus-posting-styles
        '(("nnimap\\+gmail:INBOX"
           (address "oub.oub.oub@gmail.com"))))

Bye,
Tassilo



  reply	other threads:[~2012-05-14  8:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-14  8:03 Uwe Brauer
2012-05-14  8:39 ` Tassilo Horn [this message]
2012-05-14 11:20   ` Uwe Brauer

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=878vgv9mx5.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=oub@mat.ucm.es \
    /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).