From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65635 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.gnus.general Subject: Re: something changed in handling levels? Date: Mon, 12 Nov 2007 15:43:34 -0800 Message-ID: References: <200711120139.lAC1dPWN021229@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194911279 26013 80.91.229.12 (12 Nov 2007 23:47:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 23:47:59 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14132@lists.math.uh.edu Tue Nov 13 00:48:03 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Irj0a-0000Sj-Pe for ding-account@gmane.org; Tue, 13 Nov 2007 00:48:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Irizn-00051T-F5; Mon, 12 Nov 2007 17:47:11 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Irizm-000519-3n for ding@lists.math.uh.edu; Mon, 12 Nov 2007 17:47:10 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Irizg-0008NZ-AJ for ding@lists.math.uh.edu; Mon, 12 Nov 2007 17:47:10 -0600 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Irizb-0004EJ-00 for ; Tue, 13 Nov 2007 00:46:59 +0100 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lACNhYk2015872 for ; Mon, 12 Nov 2007 15:43:40 -0800 (PST) In-Reply-To: <200711120139.lAC1dPWN021229@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 11 Nov 2007 17:39:24 -0800") Original-Lines: 20 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@ics.uci.edu X-Spam-Score: -2.2 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65635 Archived-At: Dan Nicolaescu writes: > I am using gnus from emacs CVS. I always set the level for the archive > groups to 6. > Now (probably after gnus was updated in emacs CVS) I cannot see my old > archive groups. If I edit ~/.newsrc.eld and change the level from 6 to > 5 for any of the groups the group appears again. ^^^^^ Oops, typo, that should be 4. Archive groups seem to be considered foreign, foreign-level is set to 4 in gnus-get-unread-articles. The result is that archive groups with a level >= 5 are not shown at all. This worked just fine in emacs-22.1. Can someone fix this please? Thanks --dan