From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52118 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent giving wrong info after gnus-agent-regenerate Date: Thu, 01 May 2003 18:25:30 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <84ptn5tgg9.fsf@lucy.is.informatik.uni-duisburg.de> <84issw53sr.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051831542 20224 80.91.224.249 (1 May 2003 23:25:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 23:25:42 +0000 (UTC) Original-X-From: ding-owner+M661@lists.math.uh.edu Fri May 02 01:25:40 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19BNQq-0005Fw-00 for ; Fri, 02 May 2003 01:25:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19BNR4-0002CV-00; Thu, 01 May 2003 18:25:54 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19BNQv-0002CN-00 for ding@lists.math.uh.edu; Thu, 01 May 2003 18:25:46 -0500 Original-Received: (qmail 91715 invoked by alias); 1 May 2003 23:25:45 -0000 Original-Received: (qmail 91710 invoked from network); 1 May 2003 23:25:44 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 1 May 2003 23:25:44 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19BNQw-0003gZ-00 for ; Fri, 02 May 2003 01:25:46 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: 216.12.206.54 Original-X-Trace: quimby.gnus.org 1051831546 14170 216.12.206.54 (1 May 2003 23:25:46 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 1 May 2003 23:25:46 GMT User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:Mjm4pCLHPJtM12Ghs5LqISZGxFg= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52118 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52118 kai.grossjohann@gmx.net (Kai Großjohann) writes: > Kevin Greiner writes: > >> I hope that that helps. I'm not at all sure how the agent could would >> make the unread count drop to zero. > > Oh, I see. I explained it wrong. > > Zero is the correct unread count. So until I do `M-g' in plugged > mode, the unread count is wrong (too high). Take a close look at gnus-agent-regenerate. In particular, the code just after the call to gnus-agent-regenerate-group. That code expands the group's active range to include any articles that are cached. Kevin