From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34071 Path: main.gmane.org!not-for-mail From: Michael Shields Newsgroups: gmane.emacs.gnus.general Subject: Making all nnml groups visible Date: 04 Jan 2001 23:44:14 +0000 Organization: Mad Science Research Labs Sender: owner-ding@hpc.uh.edu Message-ID: <87snmyc27l.fsf@challah.msrl.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170065 28502 80.91.224.250 (21 Oct 2002 03:14:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:14:25 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 9BF63D049D for ; Thu, 4 Jan 2001 18:46:29 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAB22202; Thu, 4 Jan 2001 17:46:17 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 04 Jan 2001 17:43:58 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA04857 for ; Thu, 4 Jan 2001 17:43:49 -0600 (CST) Original-Received: from challah.msrl.com (challah.msrl.com [198.176.193.209]) by mailhost.sclp.com (Postfix) with SMTP id B723FD049D for ; Thu, 4 Jan 2001 18:44:14 -0500 (EST) Original-Received: (qmail 13031 invoked by uid 1000); 4 Jan 2001 23:44:14 -0000 Original-To: ding@gnus.org User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:34071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34071 With Oort Gnus 0.01, I have: (setq nnml-directory "~/Gnuspool/") (setq mail-sources '((directory :path (concat nnml-directory ".incoming/") :suffix ""))) (setq mail-source-delete-incoming t) (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-topics) (setq gnus-check-new-newsgroups 'ask-server) (setq gnus-read-active-file 'some) However, new nnml groups -- i.e., by creating a file in ~/Gnuspool/.incoming -- don't seem to appear in the group buffer. If I add them with `j', they appear as killed. I'd like them to be subscribed. How can I do this? Also, I don't see that it's useful to have an nnml group existent but invisible. Is it possible to make them always visible? -- Shields.