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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 4113 invoked from network); 20 Jun 2023 14:50:44 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 20 Jun 2023 14:50:44 -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 1qBcgs-00G3Uw-0O for ml@inbox.vuxu.org; Tue, 20 Jun 2023 09:50:42 -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 1qBcgr-001qhe-1T for ml@inbox.vuxu.org; Tue, 20 Jun 2023 09:50:41 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qBcgo-001qhV-1x for ding@lists.math.uh.edu; Tue, 20 Jun 2023 09:50:38 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qBcgk-00G3UM-0r for ding@lists.math.uh.edu; Tue, 20 Jun 2023 09:50:38 -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:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=C220aMq3MB3s8JyK2sPvDJ5tGHpHimmsbgFPsdVrZQc=; b=MAuQSssYGccbTXaixesQKGbtgp yHHzUzHnDVfItPpjls/f0bWm3oOZVrYZm/xsPjD4ZArkAHMIfWQzkFwCV/RjfUYMDhlvcjuGYhApu xLwLYeySWwnQTNO7nTNqIk40tMcnNNMxH+vdal3R9rVSF3glT5O6L+kDCf2ViVX6WXFw=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qBcgb-0007yL-3F for ding@gnus.org; Tue, 20 Jun 2023 16:50:29 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qBcgY-00073c-Fg for ding@gnus.org; Tue, 20 Jun 2023 16:50:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: What should nnir be replaced with in emacs 28? Date: Tue, 20 Jun 2023 16:50:14 +0200 Organization: Probably a good idea Message-ID: <87v8fii3x5.fsf@dod.no> References: <87legfjtyg.fsf@dod.no> <87cz1qtycv.fsf@hillenius.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cancel-Lock: sha1:c9e9+lhb7cHj+JUohhQpbbAdI0Y= Mail-Copies-To: never List-ID: Precedence: bulk >>>>> Gijs Hillenius : > On 19 June 2023 18:30 Steinar Bang, wrote: >> But now I'm told nnir is deprecated. >> If I want nnimap search, what should I use? > Actually, that thread has Eric Abrahamsen telling: > "I will add something noting that the IMAP search engine is built in and > requires no configuration, but I think that's all." Indeed! I just did 'G G' on an nnimap group with nnir removed, and it worked exactly like before. So we're good, then! Thanks!