From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19756 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Backend-specific nnmail-spool-file? Date: 08 Dec 1998 10:37:32 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158048 13232 80.91.224.250 (20 Oct 2002 23:54:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:54:08 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA16573 for ; Tue, 8 Dec 1998 10:38:19 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id JAA16359; Tue, 8 Dec 1998 09:37:52 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 08 Dec 1998 09:37:59 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA25390 for ; Tue, 8 Dec 1998 09:37:49 -0600 (CST) Original-Received: from ljz.asfast.net (gnus@ljz.asfast.net [205.230.75.82]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA16552 for ; Tue, 8 Dec 1998 10:37:39 -0500 (EST) Original-Received: (from gnus@localhost) by ljz.asfast.net (8.8.7/8.8.7) id KAA04275; Tue, 8 Dec 1998 10:37:32 -0500 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM I haven't tried this (I'm not sure I understand why you'd want to have > a separate nnml instance (I assume you mean server?) for each file, > but does something like this work? > > (setq nnmail-spool-file nil) > (setq nnml-get-new-mail t) > (setq gnus-secondary-select-methods '((nnml "a" > (nnml-directory "/path/to/a") > (nnmail-spool-file "a.spool")) > (nnml "b" > (nnml-directory "/path/to/b") > (nnmail-spool-file "b.spool")))) When I said "instance", I meant what you call "server"; i.e., I'm calling each secondary select method an "instance". The reason I asked my question to begin with is that I believe that the `nnmail-spool-file' cannot be used as you have specified here. I believe that its setting within the secondary select methods is ignored ... it doesn't seem to be one of those special variables such as `nnml-directory' which can have instance-specific (or, if you prefer, "server-specific") settings. -- Lloyd Zusman ljz@asfast.com