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 25027 invoked from network); 22 Mar 2022 10:00:39 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 22 Mar 2022 10:00: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 1nWbJZ-004xVR-Jt for ml@inbox.vuxu.org; Tue, 22 Mar 2022 05:00:34 -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 1nWbJU-0065rK-94 for ml@inbox.vuxu.org; Tue, 22 Mar 2022 05:00:28 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1nWbJR-0065rB-LB for ding@lists.math.uh.edu; Tue, 22 Mar 2022 05:00:25 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nWbHO-004xUt-QZ for ding@lists.math.uh.edu; Tue, 22 Mar 2022 05:00:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc: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=CbmPiAJe7c1P5QfbCZ7cIx3CxKX/ylJPSTNrJD9V6S8=; b=nyWRz8kzg1whbhqZ1Z/DmV+FQ6 te+4kyvaZydFK+jJCHa+ibif8y0zUc4Xg/SZagYIxS/DS/z/4cGc1VMdzF0qCbSBbsIiT07V3EC3U 8SmZor1tw318PE1/dAWxU4XSekHlPGbBDwkuJkX0v4IEyvSEWM/Qm8Yj/7TjkkxaAmJs=; 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 1nWbHG-0003oU-3p for ding@gnus.org; Tue, 22 Mar 2022 10:58:13 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nWbHC-0008T6-Vv for ding@gnus.org; Tue, 22 Mar 2022 10:58:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Subject: Re: gnus-search configuration example for notmuch Date: Tue, 22 Mar 2022 10:58:00 +0100 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87v8w6z4uv.fsf@tullinup.koldfront.dk> References: <87pmmfl20w.fsf@free.fr> <874k3qlw39.fsf@ericabrahamsen.net> <87a6di2yim.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:D+bW3/r3AY/Il3eYtdUejsGxQ+c= OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Julien writes: > What backend can you use gnus-search-notmuch with then ? And what search > engines should you use with nnml and nndraft ? I'm using notmuch with nnml - in gnus-secondary-select-methods I have: '(nnml "" (gnus-search-engine gnus-search-notmuch)) To search I put point on an nnml:-group and press G G. To update the notmuch index I have: (defun asjo-notmuch-new () "Run notmuch new" (start-process "notmuch" "*Notmuch*" "notmuch" "new")) (add-hook 'gnus-after-getting-new-news-hook 'asjo-notmuch-new) (add-hook 'gnus-started-hook 'asjo-notmuch-new) Best regards, Adam -- "Here we are again Adam Sjøgren Waiting for the end" asjo@koldfront.dk