From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17637 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Re: Please let me ignore .* files in cache/ Date: 08 Oct 1998 09:23:00 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156303 1971 80.91.224.250 (20 Oct 2002 23:25:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:25:03 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA19674 for ; Thu, 8 Oct 1998 03:23:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id BAF05436; Thu, 8 Oct 1998 01:54:47 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Oct 1998 02:23:42 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id CAA24774 for ; Thu, 8 Oct 1998 02:23:35 -0500 (CDT) Original-Received: from pat.uio.no (6089@pat.uio.no [129.240.130.16]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id DAA19659 for ; Thu, 8 Oct 1998 03:23:25 -0400 (EDT) Original-Received: from bombur2.uio.no (actually bombur2.uio.no [129.240.200.72]) by pat.uio.no with SMTP (PP); Thu, 8 Oct 1998 09:23:06 +0200 Original-Received: by bombur2.uio.no ; Thu, 8 Oct 1998 09:23:02 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "Fri, 02 Oct 1998 03:14:45 GMT" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17637 Lars Magne Ingebrigtsen writes: >Hallvard B Furuseth writes: > >> So -- would it be OK to let Gnus ignore group names starting with "."? >> I.e. replace the "^\\.\\.?$" in gnus-cache-generate-active with "^\\.". > > Yup. Fix in Gnus v5.6.45. Thanks! BTW, the same problem may exist in some of these: gnus-score-score-files-1, nnheader-directory-files, nnml-generate-nov-databases-1, gnus-uu-scan-directory, gnus-uu-directory-files. But I expect at least gnus-uu should handle .* files too; I haven't checked. -- Hallvard