Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Find correct list of articles for a group
Date: Sat, 28 Dec 2002 23:16:57 +0100	[thread overview]
Message-ID: <m3smwh7pra.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <84of9qa41m.fsf@crybaby.cs.uni-dortmund.de>

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> gnus-agent invokes (gnus-active GROUP-NAME) to see which articles are
> in a group.  I have a group where gnus-active returns something like
> (1 . 4711) but actually only the first article exists and then the
> last twenty or so starting at 4690.

Well, finding out which articles are in a group basically means
querying the server and seeing what we get.  :-)

Gnus can't know in advance which articles exists on the server.
However, Gnus could keep track of which articles definitely aren't on
the server, so it could, say, keep a list of `dead' ranges of
articles that it knows aren't there, and then we could have a
function that does the complement of `gnus-active' and the `dead'
ranges.  That'll give us a better upper bound on how many articles
exist.

But I don't know how useful that would be.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



  reply	other threads:[~2002-12-28 22:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-19 14:36 Kai Großjohann
2002-12-28 22:16 ` Lars Magne Ingebrigtsen [this message]
2002-12-28 23:01   ` Kai Großjohann

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=m3smwh7pra.fsf@quimbies.gnus.org \
    --to=larsi@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).