From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12718 Path: main.gmane.org!not-for-mail From: Tony Bennett Newsgroups: gmane.emacs.gnus.general Subject: nnfolder woes Date: Tue, 28 Oct 1997 11:00:59 -0500 (EST) Message-ID: <199710281600.LAA07885@uh-oh.chapelhill.hp.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152204 5277 80.91.224.250 (20 Oct 2002 22:16:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:16:44 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id JAA02932 for ; Tue, 28 Oct 1997 09:25:55 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA19029 for ; Tue, 28 Oct 1997 11:27:00 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.7/8.8.7/ifi0.2) with SMTP id RAA27218 for ; Tue, 28 Oct 1997 17:01:32 +0100 (MET) Original-Received: (qmail 4261 invoked by uid 504); 28 Oct 1997 16:01:12 -0000 Original-Received: (qmail 4258 invoked from network); 28 Oct 1997 16:01:12 -0000 Original-Received: from palrel1.hp.com (156.153.255.235) by claymore.vcinet.com with SMTP; 28 Oct 1997 16:01:11 -0000 Original-Received: from meijin.chapelhill.hp.com (meijin.chapelhill.hp.com [15.77.32.4]) by palrel1.hp.com (8.8.6/8.8.5tis) with ESMTP id IAA26673 for ; Tue, 28 Oct 1997 08:01:01 -0800 (PST) Original-Received: from uh-oh.chapelhill.hp.com (uh-oh.chapelhill.hp.com [15.77.33.18]) by meijin.chapelhill.hp.com (8.7.1/8.7.3) with ESMTP id LAA01302 for ; Tue, 28 Oct 1997 11:01:00 -0500 (EST) Original-Received: (from tbennett@localhost) by uh-oh.chapelhill.hp.com (8.7.1/8.6.12) id LAA07885; Tue, 28 Oct 1997 11:00:59 -0500 (EST) Original-To: ding@gnus.org X-Mailer: VM 6.34 under 19.15p6 XEmacs Lucid Xref: main.gmane.org gmane.emacs.gnus.general:12718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12718 gnus5.5 I'm trying to use GNUS to read mail for the first time. Am having problems seting up nnfolder for mailing lists (using procmail). procmail spools into ~/Spool/rtems, ~/Spool/bbdb, etc. I want to have the mbox files stored in ~/Mail/Lists/rtems, bbdb, etc. This is what I have so far: (setq nnmail-spool-file 'procmail) (setq nnmail-use-procmail t) (setq nnmail-procmail-directory "~/Spool/") (setq nnmail-procmail-suffix "") (setq nnmail-split-methods nil) (setq gnus-secondary-select-methods '((nnfolder ""))) Server nnfolder:mailinglists looks like this: (nnfolder "mailinglists" (nnfolder-directory "~/Mail/Lists/") (nnfolder-active-file "~/Mail/Lists/active") (nnfolder-get-new-mail t)) I created group nnfolder:ml.ding using 'G m' and then edited its select method to look like: (nnfolder "" 'nnfolder:mailinglists) When I try to select group nnfolder:ml.ding, GNUS complains: Can't select group --tony