From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82424 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 08:51:06 +0200 Message-ID: <87ipa39ezp.fsf@thinkpad.tsdh.de> References: <871ugthfbq.fsf@ericabrahamsen.net> <878vaz3nkt.fsf@ucl.ac.uk> <873917i378.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350888755 3349 80.91.229.3 (22 Oct 2012 06:52:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2012 06:52:35 +0000 (UTC) Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M30690@lists.math.uh.edu Mon Oct 22 08:52:43 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 1TQBsM-0003za-GS for ding-account@gmane.org; Mon, 22 Oct 2012 08:52:38 +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 1TQBr3-0000kO-61; Mon, 22 Oct 2012 01:51:17 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TQBr1-0000kE-9Y for ding@lists.math.uh.edu; Mon, 22 Oct 2012 01:51:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TQBqz-0006WT-Jy for ding@lists.math.uh.edu; Mon, 22 Oct 2012 01:51:14 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TQBqv-0007AB-6c for ding@gnus.org; Mon, 22 Oct 2012 08:51:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 212ADD23FD; Mon, 22 Oct 2012 08:51:08 +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 wi76Dg84EEhx; Mon, 22 Oct 2012 08:51:07 +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 2B760D23FC; Mon, 22 Oct 2012 08:51:06 +0200 (CEST) Mail-Followup-To: Eric Abrahamsen , ding@gnus.org In-Reply-To: <873917i378.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 22 Oct 2012 11:40:59 +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:82424 Archived-At: Eric Abrahamsen writes: >>> I'm still reconsituting my gnus configuration, and with my current >>> (still minimal) setup I'm seeing weird behavior: On each entry of an >>> nntp group, I'm apparently downloading *all* headers for the group >>> -- in >> >> Maybe check out the setting of gnus-fetch-old-headers? > > That did it! And I only had to wait 20 minutes to see your reply :) > Turns out it was my fault after all -- I'd set it to 'some, for > reasons that totally escape me. 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. Bye, Tassilo