Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: Carlos Pita <carlosjosepita@gmail.com>
Cc: ding@gnus.org
Subject: Re: Using gnus with gmail: almost there
Date: Fri, 01 Aug 2014 11:01:27 +0200	[thread overview]
Message-ID: <87tx5wwplk.fsf@gnu.org> (raw)
In-Reply-To: <CAELgYhc6=0GgDcrf0t=_Ers10JPqeT=4M_XCAVKPnOU8AVYMVw@mail.gmail.com> (Carlos Pita's message of "Thu, 31 Jul 2014 16:18:50 -0300")

Carlos Pita <carlosjosepita@gmail.com> writes:

Hi Carlos,

> gcc-self is indeed a great tip, thank you!

Thanks!

> As you've become sort of my guru now, I'm asking you further: I'm
> having a hard time trying to match my primary method groups by prefix,
> as in "imap.*"; the problem is that these groups don't show the method
> prefix, only the secondary ones,

Oh, really?  I wasn't aware of that.

> but I really want to get a similar behavior for all my primary select
> method without having to match on a per group basis. Is that possible?

Well, I don't use a primary select method at all, only secondary ones.
And as far as I know, there's nothing making them less powerful or
second class citizens (well, except that the backend is always shown, it
seems), so you might want to do the same.

  ;; Make the primary select method a do-nothing one
  (setq gnus-select-method '(nnnil))

  ;; Only use severeal secondary select methods
  (add-to-list 'gnus-secondary-select-methods
	     '(nntp "Gmane"
		    (nntp-address "news.gmane.org")))
  ...

Bye,
Tassilo



  parent reply	other threads:[~2014-08-01  9:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-29 13:09 Carlos
2014-07-31  5:56 ` Tassilo Horn
2014-07-31  7:19   ` gcc to remote groups (was: Using gnus with gmail: almost there) Alberto Luaces
2014-07-31  9:05     ` gcc to remote groups Tassilo Horn
2014-07-31  9:27       ` Tassilo Horn
2014-07-31  9:35         ` Alberto Luaces
2014-07-31 19:18   ` Using gnus with gmail: almost there Carlos Pita
2014-07-31 19:44     ` Carlos Pita
2014-07-31 20:27       ` Carlos Pita
2014-07-31 20:36     ` Adam Sjøgren
2014-08-01  9:01     ` Tassilo Horn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-29  4:00 carlosjosepita

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=87tx5wwplk.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --cc=carlosjosepita@gmail.com \
    --cc=ding@gnus.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).