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.3 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5946 invoked from network); 2 Feb 2023 11:45:20 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 2 Feb 2023 11:45:20 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNY1b-0003ak-Qc; Thu, 02 Feb 2023 06:45:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNY1a-0003aT-OW for info-gnus-english@gnu.org; Thu, 02 Feb 2023 06:45:06 -0500 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNY1Z-0006op-1J for info-gnus-english@gnu.org; Thu, 02 Feb 2023 06:45:06 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pNY1V-000A7K-W1 for info-gnus-english@gnu.org; Thu, 02 Feb 2023 12:45:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: Angel de Vicente Subject: Re: wrong gnus-search in nnml folder Date: Thu, 02 Feb 2023 11:44:55 +0000 Message-ID: <87wn50thoo.fsf@gmail.com> References: <877cx46yr2.fsf@gmail.com> <871qnbx6eu.fsf@ericabrahamsen.net> <87sffr6g9o.fsf@gmail.com> <87o7qf6fp6.fsf@gmail.com> <87k013oo64.fsf@ericabrahamsen.net> <87zg9zspz4.fsf@gmail.com> <87leljsovo.fsf@gmail.com> <87ilgn7iu5.fsf@ericabrahamsen.net> <87edrb1uch.fsf@gmail.com> <87h6w44v24.fsf@gmail.com> <87o7qcy4ix.fsf@ericabrahamsen.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:JATE+0FgL1KOQS//kYbuAz11dJ8= 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: 5 X-Spam_score: 0.5 X-Spam_bar: / X-Spam_report: (0.5 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, 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-bounces+ml=inbox.vuxu.org@gnu.org Hello, Eric Abrahamsen writes: > Instead of the patch above, would you confirm that eval'ing > the following produces the right behavior? > > (cl-defmethod gnus-search-indexed-search-command ((engine gnus-search-mairix) > (qstring string) > query &optional _groups) > (with-slots (switches config-file) engine > (append `("--rcfile" ,config-file "-r") > switches > (when (alist-get 'thread query) (list "-t")) > (split-string qstring)))) I just tried eval'ing this, and it works just fine now (it will go to my .gnus.el file for the time being). Thanks a lot! -- Ángel de Vicente -- (GPG: 0x64D9FDAE7CD5E939) Research Software Engineer (Supercomputing and BigData) Instituto de Astrofísica de Canarias (https://www.iac.es/en)