Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: `A T' and Gmanes humongus groups
Date: Fri, 07 Feb 2003 14:18:30 +0100	[thread overview]
Message-ID: <m3vfzwb55l.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <84fzrigyuf.fsf@lucy.is.informatik.uni-duisburg.de>

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

>> Chunking would make most sense for groups from servers like nntp and
>> nnimap -- chunking for nnml, for instance, would probably not help
>> much.  So would this best be placed as a new interface function?
>> `nnchoke-retrieve-headers-until-message-id'?  If that function isn't
>> implemented in the back end, it could fall back on using
>> `nnchoke-retrieve-headers'.
>
> Good idea.

I was afraid you'd say that.  :-)

I've now experimented a bit with the function `A T' command, and I
found that for me, the main problem was this code:

    ;; We want to fetch LIMIT *old* headers, but we also have to
    ;; re-fetch all the headers in the current buffer, because many of
    ;; them may be undisplayed.  So we adjust LIMIT.
    (when (numberp limit)
      (incf limit (- gnus-newsgroup-end gnus-newsgroup-begin))))

In some groups I have dormant old articles, and this means that this
will fetch an enormous number of messages.  I've just removed this,
and had it fetch the previous/next 200 messages in the group.  This
seems to do the trick most of the time, actually. 

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



  reply	other threads:[~2003-02-07 13:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-23 20:50 Harry Putnam
2003-01-23 21:01 ` Lars Magne Ingebrigtsen
2003-01-24  1:43   ` Harry Putnam
2003-01-24 12:45   ` Kai Großjohann
2003-01-24 17:52     ` Lars Magne Ingebrigtsen
2003-01-24 18:57       ` Kai Großjohann
2003-02-07 13:18         ` Lars Magne Ingebrigtsen [this message]
2003-02-07 13:30           ` Frank Schmitt
2003-02-07 13:35             ` Lars Magne Ingebrigtsen
2003-02-07 15:03               ` Frank Schmitt
2003-02-07 17:17                 ` Lars Magne Ingebrigtsen
2003-02-07 17:38                   ` Frank Schmitt
2003-02-07 17:44                     ` Lars Magne Ingebrigtsen
2003-02-07 18:28                       ` Frank Schmitt
2003-02-07 18:33                         ` Lars Magne Ingebrigtsen
2003-02-08 15:01                           ` Frank Schmitt
2003-02-08 23:53                             ` Lars Magne Ingebrigtsen

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=m3vfzwb55l.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).