From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25916 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir UI Date: 15 Oct 1999 13:03:59 +0200 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=us-ascii X-Trace: main.gmane.org 1035163222 16709 80.91.224.250 (21 Oct 2002 01:20:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:20:22 +0000 (UTC) Cc: ding list Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA29767 for ; Fri, 15 Oct 1999 07:09:53 -0400 (EDT) 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 GAB02841; Fri, 15 Oct 1999 06:06:05 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 15 Oct 1999 06:06:26 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA27630 for ; Fri, 15 Oct 1999 06:06:16 -0500 (CDT) Original-Received: from badis.pdc.kth.se (root@badis.pdc.kth.se [130.237.221.45]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA29743 for ; Fri, 15 Oct 1999 07:04:18 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id NAA28510; Fri, 15 Oct 1999 13:04:00 +0200 Original-To: Jens-Ulrik Petersen In-Reply-To: Jens-Ulrik Petersen's message of "15 Oct 1999 18:14:41 +0900" Original-Lines: 23 User-Agent: Gnus/5.07009701 (Pterodactyl Gnus v0.97.1) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25916 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25916 Jens-Ulrik Petersen writes: > Well actually yes, I get the following error when I try to use nnir > (v1.45) with nnimap-0.130. > > error("Must specify groups for IMAP searching.") With IMAP groups you need to process mark (`#') groups you want to search -- searching all IMAP groups is too slow. Perhaps the error message could be more helpful. > To be find the UI/setup of nnir a bit unfriendly. Why not just use > the backend on the current line for the search by default? Why do I > need to change a variable to search a different backend? I remember adding code so one wouldn't need to configure nnir at all for nnimap groups -- if you process mark nnimap groups they are searched with the imap search-function. Perhaps it could search the backend on current line -- like most gnus functions do when there are no process marked groups -- what do you think Kai?