Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Nicolas Kowalski <Nicolas.Kowalski@imag.fr>
Subject: Re: all my summary is shown in one face
Date: Fri, 19 Dec 2003 09:20:12 +0100	[thread overview]
Message-ID: <vqor7z19q2r.fsf@gandoliere.imag.fr> (raw)
In-Reply-To: <n9mwu8tjn2s.fsf@polimi.it>

giacomo boffi <giacomo.boffi@polimi.it> writes:

> bojohan+news@dd.chalmers.se (Johan Bockgård) writes:
>
>> giacomo boffi <giacomo.boffi@polimi.it> writes:
>>
>>> this one worked ok... don't know why "^nntp.*" didn't match
>>> anything... bah, now it's alright
>>
>> Native server (gnus-select-method)?
>
> once i felt like i had a sort of an understanding of gnus,
> but time wins over illusions...

If your news server is defined as primary, the group "gnu.emacs.gnus"
will have a fully qualified name of "gnus.emacs.gnus", so the regexp
"^nntp.*" does not match it.

To avoid this confusion, I now use (nnnil "") as primary select
method, so that all groups have a fully qualified name easier to
match, such as "nntp:gnu.emacs.gnus" or "nnimap:mail/work".

Here is my setup:

(setq 

 ;;
 ;; The primary method is nothing. This makes all other methods
 ;; secondary ones, thus allows us to only use fully qualified
 ;; group names
 ;;
 gnus-select-method '(nnnil "")


 ;;
 ;; Methods to get mail and news
 ;;
 gnus-secondary-select-methods 
 '(
   ;; Mail
   (nnimap ""
	   (nnimap-address "mail-veri"))

   ;; News
   (nntp "" (nntp-address "news"))
   )
 )
  
-- 
Nicolas


      parent reply	other threads:[~2003-12-19  8:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <n9my8ta4fn4.fsf@polimi.it>
     [not found] ` <vqo1xr2qwcw.fsf@gandoliere.imag.fr>
2003-12-18 10:09   ` giacomo boffi
2003-12-18 10:25   ` giacomo boffi
     [not found]     ` <vqosmji2xem.fsf@gandoliere.imag.fr>
     [not found]       ` <n9moeu6ksbh.fsf@polimi.it>
2003-12-18 17:03         ` Johan Bockgård
     [not found]           ` <n9mwu8tjn2s.fsf@polimi.it>
2003-12-19  8:20             ` Nicolas Kowalski [this message]

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=vqor7z19q2r.fsf@gandoliere.imag.fr \
    --to=nicolas.kowalski@imag.fr \
    /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).