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 15649 invoked from network); 11 Sep 2021 15:04:34 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 11 Sep 2021 15:04:34 -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.2) (envelope-from ) id 1mP4YS-001nKn-V6 for ml@inbox.vuxu.org; Sat, 11 Sep 2021 10:04:33 -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 1mP4YS-003LxE-9S for ml@inbox.vuxu.org; Sat, 11 Sep 2021 10:04:32 -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 1mP4YQ-003Lx6-7I for ding@lists.math.uh.edu; Sat, 11 Sep 2021 10:04:30 -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 1mP4YO-009nLB-2z for ding@lists.math.uh.edu; Sat, 11 Sep 2021 10:04:29 -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:In-Reply-To:Date: References: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=LpPC8NWsUQNFF06dm5B2hZpyGT3yPkwqA3tXPI0RH+M=; b=QFwJ6GkOUcoKK0YadK/IMOjhOq CIsCDawGHhCrxPkdANKvTR8mWixj7Ushl4+3EpR/wn1t8n7zZB1blQtnAUpriHk/BZHk46GV1cwZS LSpexQk18P+KZWhMPIPmvXKGhDeBnFo0s6o62Ni+IZG8ZNX/JfKZ8ZXDb2mkQ6exoAqQ=; 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 1mP4YG-0001Kc-3g for ding@gnus.org; Sat, 11 Sep 2021 17:04:22 +0200 Received: from localhost (c-71-197-232-156.hsd1.wa.comcast.net [71.197.232.156]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 2024BFF1BB; Sat, 11 Sep 2021 15:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1631372657; bh=LpPC8NWsUQNFF06dm5B2hZpyGT3yPkwqA3tXPI0RH+M=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=UOiXwTI9xJjxg8epsDyJSU8i6ILbY2y6rGRahEEN+2pv6w06WdA0/KL2dDiAtv/L7 SZXYu4xUS6FC3btbZmvdTqKiA6wDjfjSt/3YNRdzUHZrBmCZz86cbFXCu2gyTPCYLX goKmLGtkn/LDWHvFKK3lbtZm/Bx5Fy3OB/Sd/jYE= From: Eric Abrahamsen To: Sergey Makarov Cc: ding@gnus.org Subject: Re: Help testing gnus-search fixups References: <8735qb44vy.fsf@gmail.com> Date: Sat, 11 Sep 2021 08:04:15 -0700 In-Reply-To: <8735qb44vy.fsf@gmail.com> (Sergey Makarov's message of "Sat, 11 Sep 2021 16:29:37 +0300") Message-ID: <877dfnqhlc.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Sergey Makarov writes: > Hello! > > I have a problem with gnus with notmuch search. When I open Gnus, I can > see my mail, but when I try to press "G G" and search for example mail > from Bandcamp with query "Bandcamp" I get a message "Group > nnselect:nnselect-.fsf" contains no messages. I tried to > repeat notmuch query, which Gnus sends, it renders some results, but > they seem not to be parsed correctly. Maybe the reason is that search > results contain encoded unicode characters so they cannot be parsed? Hi there, Can you run the equivalent notmuch search in a terminal, and paste the output here? I'll see if the parsing thing is choking on something in particular. Thanks, Eric