From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45573 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: Re: couple of questions about servers and agent Date: Mon, 08 Jul 2002 16:14:37 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026137753 17028 127.0.0.1 (8 Jul 2002 14:15:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 14:15:53 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RZIv-0004QX-00 for ; Mon, 08 Jul 2002 16:15:53 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17RZHz-0004AK-00; Mon, 08 Jul 2002 09:14:56 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Jul 2002 09:15:19 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA21772 for ; Mon, 8 Jul 2002 09:15:06 -0500 (CDT) Original-Received: (qmail 12739 invoked by alias); 8 Jul 2002 14:14:38 -0000 Original-Received: (qmail 12734 invoked from network); 8 Jul 2002 14:14:38 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 8 Jul 2002 14:14:38 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17RZOy-0006Eo-00 for ; Mon, 08 Jul 2002 16:22:08 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 45 Original-NNTP-Posting-Host: mamut.elte.hu Original-X-Trace: quimby.gnus.org 1026138128 23141 157.181.150.140 (8 Jul 2002 14:22:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 8 Jul 2002 14:22:08 GMT Mail-Copies-To: nobody User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Cancel-Lock: sha1:cDn8YNcwD4qIHmbZ2xo2MpM3g38= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45573 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45573 On Mon, 08 Jul 2002, at 15:52, NAGY Andras wrote: > Hm. I have `(nntp "news")' and `"nntp:news"' mixed together. I'm > going to change everything to "nntp:news" and give the whole thing > another try. :-) Eliminated the duplicate nntp:news, but the double nnml:mail persisted. Tracked it down to this line in my .newsrc.eld: (setq gnus-server-alist '(("archive" nnml "mail"))) I'm using "nnml:mail" everywhere, but with (setq gnus-server-alist '(("archive" . "nnml:mail"))) in .newsrc.eld Gnus signals and error ("nnml:mail" is not a list). I've put this line here to prevent Gnus automatically creating an (nnfolder "archive") group upon startup, which I do not need. Removing this line eliminates the duplicate nnml:mail in the server list, but then Gnus will create an nnfolder "archive" group and the corresponding Mail/archive directory, despite I have the following line in my .gnus: (setq gnus-message-archive-method "nnml:mail") [...Time goes by...] Hm, the following in .newsrc.eld did the trick: (setq gnus-server-alist '(("archive"))) No nnfolder group and no duplicates. :-) Auto creating this nnfolder thingie independently of what select method the user chooses for archiving should not be done, I think. Andras