From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41241 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: Re: `gnus-unseen-mark' everywhere Date: Mon, 31 Dec 2001 08:11:03 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <86666nc1a0.fsf@i2d.home> References: <86elld3ptd.fsf@i2d.home> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176666 5052 80.91.224.250 (21 Oct 2002 05:04:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:04:26 +0000 (UTC) Return-Path: Original-Received: (qmail 29488 invoked from network); 31 Dec 2001 07:25:07 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 31 Dec 2001 07:25:06 -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 16KwoA-0003ea-00; Mon, 31 Dec 2001 01:24:30 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 31 Dec 2001 01:24:21 -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 BAA08516 for ; Mon, 31 Dec 2001 01:24:09 -0600 (CST) Original-Received: (qmail 29467 invoked by alias); 31 Dec 2001 07:24:08 -0000 Original-Received: (qmail 29462 invoked from network); 31 Dec 2001 07:24:08 -0000 Original-Received: from unknown (HELO baps.zh.cybernet.ch) (212.90.198.162) by gnus.org with SMTP; 31 Dec 2001 07:24:08 -0000 Original-Received: (qmail 19963 invoked by alias); 31 Dec 2001 07:29:20 -0000 Original-Received: from diup-194-145.cybernet.ch (HELO i2d.home) (212.90.194.145) by baps.zh.cybernet.ch with SMTP; 31 Dec 2001 07:29:20 -0000 Original-Received: from dada by i2d.home with local (Exim 3.12 #1 (Debian)) id 16Kwb9-0000NX-00; Mon, 31 Dec 2001 08:11:03 +0100 Original-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 30 Dec 2001 22:37:48 +0100") Original-Lines: 35 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41241 Lars Magne Ingebrigtsen writes: > Robert Epprecht writes: > >> After a cvs update this morning *all* articles in all mail groups >> ('nnml') had the `gnus-unseen-mark'. >> >> In news groups (that's another Gnus incarnations for me) there are >> no gnus-unseen-mark's, but on some articles I think there should be >> one... I couldn't reproduce this part (news), so I'm only talking about *mail*. > What does the `seen' list in the groups look like? from ~/.newsrc.eld ("Aljoscha-IN" 3 ((1 . 117)) ((seen 54 (74 . 75) 78 (86 . 88) 102 109 113 (118 . 119)) (forward 78 93) (reply 54 76 (78 . 79) 82 85 (87 . 90) 95 (97 . 100) 103 (105 . 111) (113 . 116)) (tick 54 (74 . 75) 78 (86 . 88) 102 109 113))) from ~/Mail/Aljoscha-IN/.marks ((tick 54 (74 . 75) 78 (86 . 88) 102 109 113) (read (1 . 117)) (reply 54 76 (78 . 79) 82 85 (87 . 90) 95 (97 . 100) 103 (105 . 111) (113 . 116)) (forward 78 93)) Why do some sublists show up in both files and some don't? Maybe this is the problem? Robert Epprecht