From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60595 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: various independent "mail servers" and the nnml backend Date: 19 Jul 2005 10:16:43 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nzmsix4ms.fsf@lifelogs.com> References: <874qas6qpv.fsf@mat.ucm.es> <4nk6joyw9w.fsf@lifelogs.com> <87wtnongzq.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121783228 11187 80.91.229.2 (19 Jul 2005 14:27:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jul 2005 14:27:08 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M9123@lists.math.uh.edu Tue Jul 19 16:27:03 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dut3Q-000896-FQ for ding-account@gmane.org; Tue, 19 Jul 2005 16:26:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Dusxr-0005SL-00; Tue, 19 Jul 2005 09:20:55 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Dusu1-0005Qh-00 for ding@lists.math.uh.edu; Tue, 19 Jul 2005 09:16:57 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Dustz-0006y9-WD for ding@lists.math.uh.edu; Tue, 19 Jul 2005 09:16:56 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Dustu-0005jf-00 for ; Tue, 19 Jul 2005 16:16:50 +0200 Original-Received: (qmail 6370 invoked from network); 19 Jul 2005 14:12:50 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: uwe_brauer@mat.ucm.es, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 19 Jul 2005 14:12:49 -0000 Mail-Followup-To: "Uwe Brauer" , ding@gnus.org Original-To: "Uwe Brauer" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:050719:ding@gnus.org::+iT/wGC/pq9Et7yI:000008Cz X-Hashcash: 1:20:050719:uwe_brauer@mat.ucm.es::9U8SkQ6whqepCTHr:00000000000000000000000000000000000000003uli In-Reply-To: <87wtnongzq.fsf@mat.ucm.es> (Uwe Brauer's message of "Mon, 18 Jul 2005 17:47:37 +0000") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60595 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60595 On Mon, 18 Jul 2005, uwe_brauer@mat.ucm.es wrote: >>>>>> "Ted" == Ted Zlatanov writes: > > Ted> On Mon, 18 Jul 2005, oub@mat.ucm.es wrote: > >> How can I define two independent servers with the nnml backend. > > Ted> This should work: > > Ted> (add-to-list 'gnus-secondary-select-methods > Ted> '(nnml "POP3-GMX" (nnml-directory "/home/oub/Mail/POP3-GMX")) > Ted> '(nnml "OTHER" (nnml-directory "/home/oub/Mail/OTHER"))) > > Right, ok thanks. The only odd thing is that the groups in POP3-GMX > get mirrored in OTHER. I don't know why. They shouldn't. Try the `a' `e' method to add the servers instead of gnus-secondary-select-methods. Unfortunately I don't have this set up myself, so I can't vouch for the correctness of Gnus with two nnml servers, but if you run into further problems I'll take a look to make sure the underlying code is doing the right thing. > Ted> You can also do `a' from the Server buffer, add an nnml server, then > Ted> hit `e' to edit the parameters and add the nnml-directory. > > Ok, but it seems that I can't edit an existing server this way. If a server is defined by Lisp code, rather than through the `a' method I mentioned, you can't edit the parameters through the `e' command in the Server buffer. Ted