From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82426 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: nntp groups downloading all headers on each entry Date: Mon, 22 Oct 2012 13:56:18 +0200 Message-ID: <87fw5690v1.fsf@thinkpad.tsdh.de> References: <871ugthfbq.fsf@ericabrahamsen.net> <878vaz3nkt.fsf@ucl.ac.uk> <873917i378.fsf@ericabrahamsen.net> <87ipa39ezp.fsf@thinkpad.tsdh.de> <871ugqu74j.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350907023 28754 80.91.229.3 (22 Oct 2012 11:57:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2012 11:57:03 +0000 (UTC) Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M30692@lists.math.uh.edu Mon Oct 22 13:57:11 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TQGd3-0003xc-WB for ding-account@gmane.org; Mon, 22 Oct 2012 13:57:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TQGcL-00028V-VS; Mon, 22 Oct 2012 06:56:26 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TQGcK-00028G-56 for ding@lists.math.uh.edu; Mon, 22 Oct 2012 06:56:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TQGcI-0004Nw-Fd for ding@lists.math.uh.edu; Mon, 22 Oct 2012 06:56:23 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TQGcG-0005Zs-S1 for ding@gnus.org; Mon, 22 Oct 2012 13:56:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 5D77CD2587; Mon, 22 Oct 2012 13:56:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5cE489tgRTmT; Mon, 22 Oct 2012 13:56:18 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 5236DD258A; Mon, 22 Oct 2012 13:56:18 +0200 (CEST) Mail-Followup-To: Eric Abrahamsen , ding@gnus.org In-Reply-To: <871ugqu74j.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 22 Oct 2012 18:35:24 +0800") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82426 Archived-At: Eric Abrahamsen writes: Hi Eric, > Yes, that behavior has changed recently. Have a look at this thread. > > http://news.gmane.org/gmane.emacs.gnus.general/cutoff=82423 > > I also have the value 'some for `gnus-fetch-old-headers', and now that > means that Gnus will fetch *all* old headers initially. But it will do > that only once. > > Only once per gnus session? That's the behavior I was seeing with > 'some.... No, only once per group. The initial fetch will populate your .overview files with the headers from article 1 to the most recent one. Thereafter, it should only fetch new headers. That's what it does/did here. If it fetches all headers in every Gnus session, there's something wrong. Did you set `gnus-nov-is-evil'? That would explain it... Bye, Tassilo