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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13541 invoked from network); 13 Apr 2022 15:24:39 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 13 Apr 2022 15:24:39 -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 1neerE-004vD7-Tf for ml@inbox.vuxu.org; Wed, 13 Apr 2022 10:24:36 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1neerE-007I6P-Bm for ml@inbox.vuxu.org; Wed, 13 Apr 2022 10:24:36 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1neerC-007I6G-5u for ding@lists.math.uh.edu; Wed, 13 Apr 2022 10:24:34 -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.2) (envelope-from ) id 1neerA-008aPO-FX for ding@lists.math.uh.edu; Wed, 13 Apr 2022 10:24:33 -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=NOEnf9ESSVcqZD/tWg2pf6isI0BjH7I0Ex35TIPk8tw=; b=MtcjV1O8Fh6WIR8UQHWqXhCTMu 8W6ZMIBbiDeGFKckUXv/ckc0KxME4A4jmaspyLSJxm3LBEV3UbMQdmMxX+e02TMl5YB3J9OeT8mIv iNec0/EPyQx7Hb4e56beib6cLDs3PqcTsSMMHUYcjS1ZnEaQ0dtyd28TLtw0rO2XI/QE=; 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 1neer3-0005BK-51 for ding@gnus.org; Wed, 13 Apr 2022 17:24:27 +0200 Received: from localhost (c-71-197-232-41.hsd1.wa.comcast.net [71.197.232.41]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 5A236FA95C; Wed, 13 Apr 2022 15:24:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1649863461; bh=NOEnf9ESSVcqZD/tWg2pf6isI0BjH7I0Ex35TIPk8tw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=IgQ4DXa8wa2vFaADl/pDAYLmx6P/7zILmtEd2/lyzvdNAtEs1btqfG2Cqz+QBc6Ql 7u5LdXAjbC4lVoNlOtjcfUvOiO2EeNQpgAbqMBccCMZi5R+a0byHEhbpUvgWsYhy2F iSnALTUC90mVeVBiq9x9dMNPThZOWEGKgr0KrjCc= From: Eric Abrahamsen To: Eric S Fraga Cc: ding@gnus.org Subject: Re: [Laura Conrad] Re: Notmuch as search engine References: <87pmlm14rl.fsf@laymusic.org> <87h76x52ej.fsf@ericabrahamsen.net> <871qy1s7s1.fsf@ucl.ac.uk> Date: Wed, 13 Apr 2022 08:24:19 -0700 In-Reply-To: <871qy1s7s1.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 13 Apr 2022 09:32:30 +0100") Message-ID: <87bkx53t24.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Eric S Fraga writes: > Laura, > > how are you configuring the search engine in your .gnus file? I have, > for instance, > > #+begin_src emacs-lisp > (setq gnus-secondary-select-methods > '((nnml "outlook" > (gnus-search-engine gnus-search-notmuch > (remove-prefix "/home/ucecesf/Mail") > (config-file "/home/ucecesf/.notmuch-config") > ) > (get-new-mail t)))) > #+end_src > > where the config file includes the lines: > > ,---- > | [database] > | path=/home/ucecesf/Mail > `---- This is the newer gnus-search configuration, I had the impression that Laura is using nnir.