From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42282 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: large .overview files in agentized nntp groups Date: Sun, 20 Jan 2002 12:11:29 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87r8p9es7w.fsf@bang.priv.no> <871yh8emp7.fsf@bang.priv.no> <874rm1srjo.fsf@bang.priv.no> <87vgegrc7l.fsf@bang.priv.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035177544 10500 80.91.224.250 (21 Oct 2002 05:19:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:19:04 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 1965 invoked from network); 20 Jan 2002 11:15:05 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 20 Jan 2002 11:15:05 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16SFvD-0000ZE-00; Sun, 20 Jan 2002 05:13:59 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 20 Jan 2002 05:13:54 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA22455 for ; Sun, 20 Jan 2002 05:13:37 -0600 (CST) Original-Received: (qmail 1936 invoked by alias); 20 Jan 2002 11:13:38 -0000 Original-Received: (qmail 1931 invoked from network); 20 Jan 2002 11:13:37 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 20 Jan 2002 11:13:37 -0000 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g0KBD3n6007414; Sun, 20 Jan 2002 12:13:04 +0100 Original-To: =?iso-8859-1?q?Bj=F8rn?= Mork In-Reply-To: =?iso-8859-1?q?(Bj=F8rn?= Mork's message of "Sun, 20 Jan 2002 07:14:08 +0100") Mail-Copies-To: nobody X-Face: $uE40g26bSBz:7_i5d,,_~>1,7\~848A:jNZ5WYBRjD@MurE}fc-lA3d@Y}ffA2Lo)W2j-/ |tx$A=HgsJ#kX5+Z%vk=?i>2^a=bVAj|Jd]^_xXbWcd6+I=\bHq{?'7-k%zp'p writes: > Looks like this piece of code in gnus-agent-fetch-headers adds > all articles with the 'seen' mark to the fetch list: > > ;; Add article with marks to list of article headers we want > to fetch. (dolist (arts (gnus-info-marks (gnus-get-info > group))) (setq articles (gnus-range-add articles (cdr > arts)))) (setq articles (sort (gnus-uncompress-sequence > articles) '<)) Ouch, yes. That code was added, because that if the articles are not fetched into the agent, when entering the group Gnus will notice that certain articles doesn't exists and remove the mark. So to kludge around that, the agent fetches all articles with marks (which could be useful anyway). But it surely isn't useful with `seen' and `recent'. I'm not sure what a good solution would be though.