From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34934 Path: main.gmane.org!not-for-mail From: Chris Brierley Newsgroups: gmane.emacs.gnus.general Subject: Using nnir.el to search multiple IMAP servers? Date: 23 Feb 2001 16:23:13 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170764 385 80.91.224.250 (21 Oct 2002 03:26:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:26:04 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 46EB0D049F for ; Fri, 23 Feb 2001 16:22:05 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id PAC08299; Fri, 23 Feb 2001 15:21:51 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Feb 2001 15:21:13 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA13487 for ; Fri, 23 Feb 2001 15:21:04 -0600 (CST) Original-Received: from optical.mindstorm.com (optical.mindstorm.com [209.113.156.7]) by mailhost.sclp.com (Postfix) with ESMTP id 23EC7D049F for ; Fri, 23 Feb 2001 16:21:21 -0500 (EST) Original-Received: from localhost.localdomain.pobox.com (localhost [127.0.0.1]) by optical.mindstorm.com (MindstorM/MindstorM) with ESMTP id QAA31493 for ; Fri, 23 Feb 2001 16:23:47 -0500 Original-To: ding@gnus.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:34934 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34934 Hello, Has anyone figured out if it's possible and how to use nnir.el to search multiple backends (in my case multiple IMAP servers)? What I want is to be able to process mark a bunch of groups in the Group buffer, regardless of each groups backend, and search them all at once. I can get it to search one backend by setting nnir-mail-backend to a particular one. But, it seems I have to change that variable every time I want to search a different backend. Am I missing something or does nnir only support one backend at a time? Thanks muchly!