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=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3967 invoked from network); 31 Dec 2021 01:18:51 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 31 Dec 2021 01:18:51 -0000 Received: from localhost ([::1]:36374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n36ZF-00064p-67 for ml@inbox.vuxu.org; Thu, 30 Dec 2021 20:18:49 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n36UU-0001SI-TP for info-gnus-english@gnu.org; Thu, 30 Dec 2021 20:13:54 -0500 Received: from ciao.gmane.io ([116.202.254.214]:48242) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n36UT-0007s9-95 for info-gnus-english@gnu.org; Thu, 30 Dec 2021 20:13:54 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n36UP-0000MD-0X for info-gnus-english@gnu.org; Fri, 31 Dec 2021 02:13:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: Eric Abrahamsen Subject: Re: gnus-search-engine set to gnus-search-notmuch and refer threads Date: Thu, 30 Dec 2021 17:13:37 -0800 Message-ID: <87zgohy3su.fsf@ericabrahamsen.net> References: <877dbp67dn.fsf@gnus.jao.io> <87czldzm6t.fsf@ericabrahamsen.net> <87sfu9zlg7.fsf@ust.hk> <874k6pzkts.fsf@ericabrahamsen.net> <87mtkhzk26.fsf@ust.hk> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:H0uQeWdGyhB6/xTT6S8N8wJA8LY= Received-SPF: pass client-ip=116.202.254.214; envelope-from=gegu-info-gnus-english@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 2 X-Spam_score: 0.2 X-Spam_bar: / X-Spam_report: (0.2 / 5.0 requ) HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "info-gnus-english" Andrew Cohen writes: >>>>>> "EA" == Eric Abrahamsen writes: > > [...] > > > EA> `gnus-refer-thread-use-search' should definitely be > EA> respected. Let me think about this. If that variable is nil, > EA> search isn't used at all, in which case no code in > EA> gnus-search.el matters. > > I don't think this is right (at least for imap): search is still used > even if in a single group. (nnselect-request-thread warps to the > original group the article came from, and then calls > gnus-summary-refer-thread, which in turn will initiate a search in this > group). > > > Haven't actually looked at the detailed patch yet. The patch doesn't touch imap code, only the indexed search engines. Which, come to think of it, will mean that behavior diverges between different engines, which is bad. Bah, something is still wrong here, and I need to go out. I'll do another round of stupid patches tomorrow. Eric