From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18152 invoked from network); 12 Sep 2023 04:56:20 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 12 Sep 2023 04:56:20 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qfvRi-005vdy-0R for ml@inbox.vuxu.org; Mon, 11 Sep 2023 23:56:18 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1qfvRh-005do6-1d for ml@inbox.vuxu.org; Mon, 11 Sep 2023 23:56:17 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qfvRe-005dnx-30 for ding@lists.math.uh.edu; Mon, 11 Sep 2023 23:56:14 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qfvRW-0009Z3-2q for ding@lists.math.uh.edu; Mon, 11 Sep 2023 23:56:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :Subject:From:To:Date:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=HwyrRcaCzbwaPC+HmPyP+XUNBvuVw/zAl0UVh3b1FYY=; b=fvS99yaKp9fPK+1FmWr4xLXlkh GBtxpmNBmtmSiYfDpMqKi0FWl2a7qUF6Z7h0d+rTG0guZT9iDnntCUuuWKD98M0YH6u4BfoGHeMYt 1ucyeGjuEWNg0sY2vtxbdIYTphnsC8fq17Y0VbrFEza2HMcHjXXm1Hel2/gV4TSBW32A=; Received: from mail-4323.proton.ch ([185.70.43.23]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qfvRL-0006bz-S7 for ding@gnus.org; Tue, 12 Sep 2023 06:56:00 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alshehhi.io; s=protonmail3; t=1694494552; x=1694753752; bh=HwyrRcaCzbwaPC+HmPyP+XUNBvuVw/zAl0UVh3b1FYY=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=CAzI+j591156yW7B+Xr2TY4wG2K/kDIBm/gNrSjcwYYFMCjJQltMXJlg+UUctHWp0 Bancp8ZZN/i8o42ZZ196UhTFDWeaypdyUvcgxhmyQtr+PN5//j0/caMqWDr+BKLohw WACgOgSDIUxZxca5F1pYe5CUyUNCLTfJde4/cZbTbhASfEMsxnkisAKoabOwnNVD0n qd/mE4urPb8QI5vS5/ET0onTY2Z7pgK5Lm4DXw7NpUy6Wv4wUo0dWm7cm91Pc4UvC0 ExW7W6MG4K4IJLQJudr6jNk7OpdT500HoNWnPnh5y+ZQKzRogQGSdWajqiVL2EcLtA 2lJCnKYpvlPDQ== Date: Tue, 12 Sep 2023 04:55:43 +0000 To: ding@gnus.org From: Husain Alshehhi Subject: Re: Gnus search engine returns "Group nnselect:nnselect-877cqbir7v.fsf contains no messages" Message-ID: <87r0n4m1mc.fsf@alshehhi.io> Feedback-ID: 31127354:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: Precedence: bulk husain@alshehhi.io writes: > Hello, > > When I try to run gnus-group-read-ephemeral-search-group (bound to G G) > in the group buffer with the queries "hi", "subject:hi" I get > > Group nnselect:nnselect-877cqbir7v.fsf contains no messages > > I am not sure what is wrong. The relevant config is > > (gnus-parameters > '(("@alshehhi.io" > (gnus-search-engine gnus-search-mu) > (display . all)))) > > I am getting this error regardless of the gnus-search-engine I use, and > regardless of whether I use gnus-search-use-parsed-queries or not. Any > idea what could be wrong here? Does anyone have a working example of mu setup? Husain