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.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23196 invoked from network); 29 Aug 2023 23:52:38 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 29 Aug 2023 23:52:38 -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 1qb8Vd-00DG2A-1R for ml@inbox.vuxu.org; Tue, 29 Aug 2023 18:52:33 -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 1qb8Vc-004gWm-0f for ml@inbox.vuxu.org; Tue, 29 Aug 2023 18:52:32 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qZw7N-004STo-0H for ding@lists.math.uh.edu; Sat, 26 Aug 2023 11:26:33 -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 1qZw7K-005ORx-1V for ding@lists.math.uh.edu; Sat, 26 Aug 2023 11:26:32 -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=XBfg82mXxOMUW246sCRgTzvL8wrEokTQwfQJ6eqcM+8=; b=nwKdaZCw8ZRPp3LLGI0+GHiYGD EgNZrWqntseWZHviF9tDF1P7VermKvOn8d5imWyb5uwAEiJ/2rMgb0pgreb0U0/B4uA9eyFY6B2gE OsMyNPmLQgjhliCS2aS7ROTUDl/Xtim04EFBuORGMy0MXwZThFgaWLPs367/ZQP/ptEw=; 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 1qZw7A-0003tB-FS for ding@gnus.org; Sat, 26 Aug 2023 18:26:23 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qZw78-0002SR-S0 for ding@gnus.org; Sat, 26 Aug 2023 18:26:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Julien Cubizolles Subject: Re: Gnus search engine returns "Group nnselect:nnselect-877cqbir7v.fsf contains no messages" Date: Sat, 26 Aug 2023 18:26:11 +0200 Message-ID: <87a5udydlo.fsf@free.fr> References: <87edkghpbl.fsf@alshehhi.io> <87wmy63046.fsf@ericabrahamsen.net> <87jzu5n10g.fsf@debian-BULLSEYE-live-builder-AMD64> <87sf88zpwm.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:zKCDrUpJGFXgc2kc1JIRK6xU6Hs= List-ID: Precedence: bulk Julien Cubizolles writes: > "Loris Bennett" writes: > > >> I am also experiencing the same error. My configuration had been >> working fine for years, but after updating Debian from 11 to 12 and >> hence Emacs from 27.1 to 28.2 I now have this problem. The issue >> arises with both imap and nntp groups. >> >> This is what appears in *Messages* with gnus-verbose set to 10: >> >> Retrieving newsgroup: nnselect:nnselect-87v8dpn1ch.fsf... >> Opening server fu_exchange >> Searching nnimap+fu_exchange:HPC...done >> Group nnselect:nnselect-87v8dpn1ch.fsf contains no messages >> > Same problem here with Emacs 30.0.50. > > The relevant parts of my config are: > > (setq gnus-search-default-engines > '((nnml . gnus-search-notmuch) > (nntp . gnus-search-notmuch) > (nnimap . gnus-search-imap) > (nnfolder . gnus-search-notmuch) > (nndraft . gnus-search-notmuch) > (nnarchive . gnus-search-notmuch) > (nnselect . gnus-search-nnselect) > (nnmaildir . gnus-search-notmuch))) > > (setq gnus-search-use-parsed-queries t) > > (setq gnus-secondary-select-methods > '((nnmaildir "Academie" (directory "~/email/Maildir-mbsync/Academie") > (gnus-search-engine gnus-search-notmuch > (remove-prefix "~/email/Maildir-mbsync/Academie"))))) > I finally got it working with : --8<---------------cut here---------------start------------->8--- (nnmaildir "Academie" (directory "/home/wilk/email/Maildir-mbsync/Academie") (gnus-search-engine gnus-search-notmuch (remove-prefix "/home/wilk/email/Maildir-mbsync/Academie")) --8<---------------cut here---------------end--------------->8--- Don't know what's different except the explicit "/home/wilk/" instead of "~/". Maybe I tweaked something else under the hood during my various changes… -- Julien Cubizolles