From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32362 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: agent corrupting .overview/.agentview Date: 08 Sep 2000 19:02:31 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168644 19287 80.91.224.250 (21 Oct 2002 02:50:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:44 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 412CED051E for ; Fri, 8 Sep 2000 13:04:12 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAC08020; Fri, 8 Sep 2000 12:03:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Sep 2000 12:02:27 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA07813 for ; Fri, 8 Sep 2000 12:02:14 -0500 (CDT) Original-Received: from vic20.blipp.com (unknown [195.163.165.35]) by mailhost.sclp.com (Postfix) with ESMTP id D58E5D051E for ; Fri, 8 Sep 2000 13:02:36 -0400 (EDT) Original-Received: from barbar.josefsson.org (localhost [127.0.0.1]) by vic20.blipp.com (8.10.1/8.10.1) with SMTP id e88H2ZE28057; Fri, 8 Sep 2000 19:02:35 +0200 Original-To: Christoph Rohland In-Reply-To: Original-Lines: 26 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (GTK) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32362 Christoph Rohland writes: > Hi, > > Apparently the agent does not handle the case right when does get the > same article several times: > > The first time I experienced this when I applied Simon's patch to > include readedness into the category predicates: As soon as I included > some read articles into the category it came up with corrupted > overview files. > > Today I had the same with a standard setup. I investigated some more > and found, that one article was 16 times included in > News/agent/nnimap/unnamed/INBOX/.overview. Yes, I've been seeing this too. However, it should not cause any problems in itself (other than wasting space). I'm working on this tonight. > It also was 16 time in .agentview, but .agentview was not sorted, > .overview was. This apparently leads to an 'unexpected end of buffer > *Gnus agent overview*'. Ouch, this might explain the problem with re-fetching articles in the first place. Thanks for spotting that.