From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38505 Path: main.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: self contained nnfolder Date: Sun, 02 Sep 2001 00:41:28 -0400 Sender: Dan Christensen Message-ID: <87zo8efblz.fsf@uwo.ca> References: <87r8tqim9w.fsf@uwo.ca> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035174357 22778 80.91.224.250 (21 Oct 2002 04:25:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:25:57 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 24370 invoked from network); 2 Sep 2001 04:41:41 -0000 Original-Received: from pony.its.uwo.ca (129.100.2.63) by gnus.org with SMTP; 2 Sep 2001 04:41:41 -0000 Original-Received: from scratchy (ren.math.uwo.ca [129.100.75.76]) by pony.its.uwo.ca (8.10.2/8.10.2) with ESMTP id f824fqm19616; Sun, 2 Sep 2001 00:41:52 -0400 (EDT) Original-Received: from jdc by scratchy with local (Exim 3.32 #1 (Debian)) id 15dP4a-0004bI-00; Sun, 02 Sep 2001 00:41:28 -0400 Original-To: Kai.Grossjohann@cs.uni-dortmund.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sun, 02 Sep 2001 01:26:22 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.100 Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:38505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38505 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Dan Christensen writes: > >> (setq gnus-server-alist '(("archive" nnfolder "") ("" nnfolder ""))) > > Don't let two servers share the same directory. Unless, that is, you > want to be strange on purpose. I guess I was hoping that the above meant that "archive" and "" were in fact the *same* server, i.e. both were names for the server (nnfolder ""). Is that not how it works? I only want to have one nnfolder server. But the archive server seems to have a life of its own, and groups created by moving articles to a non-existent group end up on that server. That's why I did the above. Is there some way to have only one nnfolder server? I only have one listed in the server buffer and gnus-secondary-select-methods is set to ((nnfolder "")). Dan