From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81944 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Fetching all messages into the Agent Date: Thu, 14 Jun 2012 18:04:49 +0200 Message-ID: <871ulhhobi.fsf@thinkpad.tsdh.de> References: <871uliwchp.fsf@ucl.ac.uk> <85aa06ugf7.fsf@iznogoud.viz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339689978 665 80.91.229.3 (14 Jun 2012 16:06:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 16:06:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30214@lists.math.uh.edu Thu Jun 14 18:06:17 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 1SfCYn-0007fi-TL for ding-account@gmane.org; Thu, 14 Jun 2012 18:06:14 +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 1SfCXh-0006d5-Cp; Thu, 14 Jun 2012 11:05:05 -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 1SfCXg-0006cy-Gv for ding@lists.math.uh.edu; Thu, 14 Jun 2012 11:05:04 -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 1SfCXe-0005fn-SN for ding@lists.math.uh.edu; Thu, 14 Jun 2012 11:05:04 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SfCXc-0004g7-Rt for ding@gnus.org; Thu, 14 Jun 2012 18:05:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 5CA3ED25CA for ; Thu, 14 Jun 2012 18:05:00 +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 wxx7EsQbCTko for ; Thu, 14 Jun 2012 18:04:59 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.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 9D0A1D263A for ; Thu, 14 Jun 2012 18:04:59 +0200 (CEST) In-Reply-To: <85aa06ugf7.fsf@iznogoud.viz> (Wolfgang Jenkner's message of "Thu, 14 Jun 2012 16:17:00 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81944 Archived-At: Wolfgang Jenkner writes: >> as it seems that the agent support has changed and many more articles >> are being downloaded (but this could be my imagination). > > Could you please find out if `gnus-agent-retrieve-headers' is called > with a non-nil last (`fetch-old') argument while headers are being > downloaded. If so, do you know why? > > If I do trace-function-background on this function and then J s in the > *Group* buffer I get a *trace-output* buffer with stanzas like > > ====================================================================== > 1 -> gnus-agent-retrieve-headers: articles=(289666 289667 289668 289669 289670 > 289671 289672 289673 289674 289675 289676 289677 289678 289679 289680 289681 > 289682 289683 289684 289685 289686 289687 289688 289689 289690 289691 289692 > 289693 289694 289695 289696 289697 289698 289699 289700 289701 289702 289703 > 289704 289705 289706 289707 289708 289709 289710 289711 289712 289713 289714 > 289715 289716) group="gmane.os.freebsd.questions" fetch-old=nil > 1 <- gnus-agent-retrieve-headers: nov > > All of them with fetch-old=nil. I bet 5 virtual dollars on Eric using `gnus-fetch-old-headers' set to t or 'some. ;-) Bye, Tassilo