From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40760 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Missing "%" indicator in group buffer? Date: Fri, 07 Dec 2001 15:33:37 +0100 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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035176261 2620 80.91.224.250 (21 Oct 2002 04:57:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:57:41 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 14085 invoked from network); 7 Dec 2001 14:35:03 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Dec 2001 14:35:03 -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 16CM5X-00046v-00; Fri, 07 Dec 2001 08:34:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 07 Dec 2001 08:34:41 -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 IAA14921 for ; Fri, 7 Dec 2001 08:34:31 -0600 (CST) Original-Received: (qmail 14075 invoked by alias); 7 Dec 2001 14:34:40 -0000 Original-Received: (qmail 14070 invoked from network); 7 Dec 2001 14:34:39 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 7 Dec 2001 14:34:39 -0000 Original-Received: from dhcp128.extundo.com (slipsten.extundo.com [195.42.214.241]) (authenticated bits=0) by dolk.extundo.com (8.12.1/8.12.1) with ESMTP id fB7EYgsX029872; Fri, 7 Dec 2001 15:34:42 +0100 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 05 Dec 2001 11:52:07 +0100") Mail-Copies-To: nobody Original-Lines: 13 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40760 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Has anyone noticed that some groups appear to have "." marked > articles (unseen) in their summary buffer, but the group buffer does > not show the corresponding "%"? Or is this just me? The "%" mark is unstable, it is determined by the server and it is reset when the group is closed. Sometimes Gnus close and re-selects the mailbox more than one time for weird reasons and then the "%" information is lost. If you can debug and find out when Gnus closes the mailbox unnecessary and optimize that, it would be good. But perhaps non-trivial.