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=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19501 invoked from network); 7 Aug 2023 23:27:04 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 7 Aug 2023 23:27:04 -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 1qT9cl-00E5o6-3D for ml@inbox.vuxu.org; Mon, 07 Aug 2023 18:27:00 -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 1qT9cl-003ghm-10 for ml@inbox.vuxu.org; Mon, 07 Aug 2023 18:26:55 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qT9ci-003ghd-1I for ding@lists.math.uh.edu; Mon, 07 Aug 2023 18:26:52 -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 1qT9cd-009wPw-02 for ding@lists.math.uh.edu; Mon, 07 Aug 2023 18:26:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=A9krrRcDurGZK+AIoZ9Sb+BIPHWl8cFXt9IZtqRpd1Y=; b=m/xVcI15oQqjZ+LOzsGsfpaZJ3 GG3CM6hiRcsZ7+FAnOjcaQwleH7bChiJhRDirZuWVlKLJPROSSKl4ZfJh2P4DbZfDuk5XmsW/Ewoe SEujQHeT3z2gCf013SqN9Dd/8XyviroarScrrb4mncK45jj3M9iO6ggStunXl/KAesGg=; Received: from mail.ericabrahamsen.net ([52.70.2.18]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qT9cT-00056W-KL for ding@gnus.org; Tue, 08 Aug 2023 01:26:41 +0200 Received: from localhost (c-71-197-232-41.hsd1.wa.comcast.net [71.197.232.41]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 9C3C6FA011; Mon, 7 Aug 2023 23:26:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1691450794; bh=A9krrRcDurGZK+AIoZ9Sb+BIPHWl8cFXt9IZtqRpd1Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=r/VW506QbrHKeVPWdJmfZT/y7Rabar/jnwfsqIr8iG+ZjiJqxS1kmytICf3EDQoFy mxLZLdLlhGGcnsHX3v3kNqSB701EmlziWXfVZ0ege6fqSGbbzIGclNr9LE4dnjgIvt StTOEC07FB3pdWwpiKQ1S34tNY67Sku2pQSrT3DA= From: Eric Abrahamsen To: Husain Alshehhi Cc: ding@gnus.org Subject: Re: Gnus search engine returns "Group nnselect:nnselect-877cqbir7v.fsf contains no messages" In-Reply-To: <87edkghpbl.fsf@alshehhi.io> (Husain Alshehhi's message of "Sun, 06 Aug 2023 02:33:54 +0000") References: <87edkghpbl.fsf@alshehhi.io> Date: Mon, 07 Aug 2023 16:26:33 -0700 Message-ID: <87wmy63046.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Husain Alshehhi writes: > Eric Abrahamsen writes: > >> The search engine config is meant to go on your select method, I >> actually have no idea if it would take effect as a group parameter or >> not. But as a first step I would definitely try setting it on your >> select method instead. > > MU does not come with any config file that the user usually > manipulates. I also couldn't find examples online of users using mu with > gnus. I am not sure what the value would be if I were to set the config field. I just meant the "(gnus-search-engine gnus-search-mu)" config. That is supposed to go in your `gnus-secondary-select-methods' configuration, like: '(nnmaildir "foo" (directory "/x/y/z") (gnus-search-engine gnus-search-mu))