From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: gnus-search-mu Date: Thu, 24 Mar 2022 08:18:46 -0700 Message-ID: <878rszidk9.fsf@ericabrahamsen.net> References: <87czib77uz.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9071"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 24 16:19:49 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nXPFb-00027p-Jw for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Mar 2022 16:19:47 +0100 Original-Received: from localhost ([::1]:33338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXPFa-0005EN-9Z for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Mar 2022 11:19:46 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXPEo-0004Tn-DP for emacs-devel@gnu.org; Thu, 24 Mar 2022 11:18:58 -0400 Original-Received: from mail.ericabrahamsen.net ([52.70.2.18]:38564) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXPEm-000141-RH for emacs-devel@gnu.org; Thu, 24 Mar 2022 11:18:58 -0400 Original-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 C627FFA0B2 for ; Thu, 24 Mar 2022 15:18:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1648135128; bh=WiuLwFatzGNo6V1f5qRmZYZKc53VStV/+Bp1cJ39vrQ=; h=From:Cc:Subject:References:Date:In-Reply-To:From; b=cg12a157I/BSuP+Jgqqkqr52ISVdxWixHwhLxOD1+pzNR1jW4RVQhZgHgmAQ2NEQA RiC7iaMjH4pfX34ixdJPJU/ucF0PWaP4CtsElUCAZeLaiwxWggj0W7pZAoS9HWVkq/ oeQcjfzz2X81k+kzUwDbvwlxuxfGQtDM1zdzOEjQ= In-Reply-To: <87czib77uz.fsf@disroot.org> (Jai Flack's message of "Fri, 25 Mar 2022 00:17:24 +1000") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-Spam_score_int: -33 X-Spam_score: -3.4 X-Spam_bar: --- X-Spam_report: (-3.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, MISSING_HEADERS=1.021, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:287421 Archived-At: Jai Flack writes: > Greetings, > > I would like to propose my package: gnus-search-mu [1] for inclusion in > GNU ELPA. It provides a gnus-search backend leveraging mu (similar to > the existing gnus-search-notmuch). > > I have just brought it up to feature-completeness (it handles all of the > gnus-search query keys) so I think this is the perfect time for > addition. > > [1] https://git.disroot.org/jflack/gnus-search-mu Hi! Thanks very much for working on this. Wouldn't it make more sense to include this in Emacs proper? Gnus-search is new enough that it doesn't seem useful to let users of prior Emacs versions to install gnus-search-mu from the repos... What do you think?