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, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19636 invoked from network); 3 Jun 2021 18:39:22 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 3 Jun 2021 18:39:22 -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.94) (envelope-from ) id 1losFV-00CM1K-Ph for ml@inbox.vuxu.org; Thu, 03 Jun 2021 13:39:21 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1losFV-000XnS-6R for ml@inbox.vuxu.org; Thu, 03 Jun 2021 13:39:21 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1losFU-000XnN-DR for ding@lists.math.uh.edu; Thu, 03 Jun 2021 13:39:20 -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.94) (envelope-from ) id 1losFQ-00Avml-3y for ding@lists.math.uh.edu; Thu, 03 Jun 2021 13:39:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding: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=lEnJYwkdAkp/U5f7GHPyY4pIoR8oOhEw8BKtncO3oYY=; b=GqDYWxBWZAhcI/ng5h4LZQCnUl qXHxRsQPzr8EBAsb0NhkqhcU3kFf0Jkj8D4htJca/8nKssFkZwAFOApE45y4e8OF319SQ32taNM/2 BJPSiq/162wKBRwF2vm+mfDfAeg0jkPYWDujiRtBzqt5vGu3w0JrBtv8+6D6JNacA0QM=; 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 1losFJ-0004vt-HK for ding@gnus.org; Thu, 03 Jun 2021 20:39:12 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1losFI-0006eH-Hc for ding@gnus.org; Thu, 03 Jun 2021 20:39:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: search for mark over Groups topic not working Date: Thu, 03 Jun 2021 11:39:00 -0700 Message-ID: <87czt2pzcr.fsf@ericabrahamsen.net> References: <87h7j22iqx.fsf@gnus.jao.io> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:j7AikzWPAIRTbhL9ckS/LiT7oX8= List-ID: Precedence: bulk "Jose A. Ortega Ruiz" writes: > Hi, > > I'm using the latest gnus-search in emacs master, with groups in nnimap > over several mailboxes and also notmuch folders, distributed among > several topics (all of them under [Gnus], no deeper nesting). Searching > for marks on those topics (e.g. mark:!), works fine. But when i go to > the [Gnus] parent topic and repeat the search, it always comes back > empty. I see traces of all subgroups being searched, but the nnselect > group comes back empty. Other searches (say, over the body of the > messages) work fine (i.e., if the search finds mails on topic [Foo] > under [Gnus], it also finds those same messages when the search is > performed on [Gnus]). > > Is anybody experiencing this problem? Sorry, I missed this when you first posted it. That's pretty weird! So to make sure I've got this right: the search only fails when you search the [Gnus] topic, and only when searching for marks? When a search returns no results, it probably means that there was an error in the search routine somewhere. If you're running a very recent Emacs, you can M-x toggle-debug-on-error to see the full backtrace. If your Emacs isn't super recent (like the past few weeks), the error should still show up in *Messages*, search for "nnselect-run:". Eric