From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28406 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: [nnir] WIBNI Date: 22 Dec 1999 05:11:16 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165260 29718 80.91.224.250 (21 Oct 2002 01:54:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:54:20 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 7CAC6D051E for ; Wed, 22 Dec 1999 08:18:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB17885; Wed, 22 Dec 1999 07:18:23 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 22 Dec 1999 07:18:01 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA25115 for ; Wed, 22 Dec 1999 07:17:50 -0600 (CST) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 4E322D051E for ; Wed, 22 Dec 1999 08:16:09 -0500 (EST) Original-Received: (qmail 28083 invoked from network); 22 Dec 1999 13:17:22 -0000 Original-Received: from pm3-6-96.la.networkone.net (HELO satellite.local.lan) (reader@209.144.125.96) by mail.networkone.net with SMTP; 22 Dec 1999 13:17:22 -0000 Original-Received: (from reader@localhost) by satellite.local.lan (8.9.3/8.9.1) id FAA02572; Wed, 22 Dec 1999 05:16:02 -0800 Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "22 Dec 1999 12:29:25 +0100" User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4 Original-Lines: 36 X-Mailer: Gnus v5.7/Emacs 20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28406 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28406 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Well, you can manually change nnir-mail-backend; that's rather easy. > But there is no user-interface for this, yet. > > You could do (setq nnir-mail-backend (nth X > gnus-secondary-select-methods)) for various small numbers X if all > your servers are secondary, as opposed to foreign. What are you talking about above? Can you spell it out a bit more? The nnml server I want to have nnir search is not listed in gnus-secondary-select-methods by name or number that var says: gnus-secondary-select-methods's value is ((nnml "")) An apparently related var says: gnus-secondary-servers's value is nil However the server in question is listed in server buffer, an `e' shows: (nnml "n2m" (nnml-directory "/mnt/pack/n2m/") (nnml-active-file "/mnt/pack/n2m/active")) If I happen to respool messages by nnml backend, gnus prompts me for which nnml server I want. I hoped to do something similar with nnir.