Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1A788431FAF for ; Sat, 31 Mar 2012 01:38:57 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sJgNjgdlvM4q for ; Sat, 31 Mar 2012 01:38:56 -0700 (PDT) Received: from upsilon.hackadomia.org (upsilon.hackadomia.org [91.121.245.170]) by olra.theworths.org (Postfix) with ESMTP id DE7E8431FAE for ; Sat, 31 Mar 2012 01:38:55 -0700 (PDT) Received: from usha.takhisis.invalid (did75-22-78-236-196-47.fbx.proxad.net [78.236.196.47]) by upsilon.hackadomia.org (Postfix) with ESMTPSA id AE285100D4 for ; Sat, 31 Mar 2012 10:38:53 +0200 (CEST) Received: by usha.takhisis.invalid (Postfix, from userid 1000) id AA66668035A; Sat, 31 Mar 2012 10:38:52 +0200 (CEST) Date: Sat, 31 Mar 2012 10:38:52 +0200 From: Stefano Zacchiroli To: notmuch@notmuchmail.org Subject: Re: [PATCH v2]: contrib/notmuch-mutt Message-ID: <20120331083852.GA18080@upsilon.cc> Mail-Followup-To: Stefano Zacchiroli , notmuch@notmuchmail.org References: <87iphszuv1.fsf@zancas.localnet> <20120329133538.GA12117@upsilon.cc> <878vihpy4y.fsf@zancas.localnet> <87ehs938v6.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline In-Reply-To: <87ehs938v6.fsf@zancas.localnet> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2012 08:38:57 -0000 --f2QGlHpHGjS2mn6Y Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 30, 2012 at 09:35:41PM -0300, David Bremner wrote: > > I tried out these patches, and they seem to work (to the limit of my > > mutt knowledge). I did notice a minor grammar issue in the DESCRIPTION > > of the man page, "capable of populating maildir" should be "a maildir" > > or "maildirs". In general for notmuch commit messages we expect a bit > > more of the rationale for the commit; in this case a few lines about the > > general purpose and (conceiveably) the implementation of notmuch-mutt > > would be welcome. See ebd1adc55b for a (probably overkill) example. >=20 > In a fit of enthusiasm/clumsiness, I applied and pushed the previous > version, so feel free to send future updates on top of those. Oooooh, I love clumsiness when it comes to this :) Thanks! You can find attached two patches that: - fix the typo you spotted in DESCRIPTION - document in NEWS the addition of contrib/notmuch-mutt/, as you requested on IRC Cheers. --=20 Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o . Ma=EEtre de conf=E9rences ...... http://upsilon.cc/zack ...... . . o Debian Project Leader ....... @zack on identi.ca ....... o o o =AB the first rule of tautology club is the first rule of tautology club =BB --pWyiEgJYm5f9v55/ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-NEWS-document-inclusion-of-contrib-notmuch-mutt.patch" Content-Transfer-Encoding: quoted-printable =46rom ed236a8c4450340b4e4b08af0219bba82b3fd37d Mon Sep 17 00:00:00 2001 =46rom: Stefano Zacchiroli Date: Sat, 31 Mar 2012 10:33:24 +0200 Subject: [PATCH 1/2] NEWS: document inclusion of contrib/notmuch-mutt --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 26c775c..a618a9d 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,16 @@ Reply improvement using the JSON format reply body, and it will quote HTML parts if no text/plain parts are available. =20 +New add-on tool: notmuch-mutt +----------------------------- + +The new contrib/ tool "notmuch-mutt" provides Notmuch integration for +the Mutt mail user agent. Using it, Mutt users can perform mail +search, thread reconstruction, and mail tagging/untagging without +leaving Mutt. notmuch-mutt, formerly distributed under the name +"mutt-notmuch" by Stefano Zacchiroli, will be maintained as a notmuch +contrib/ from now on. + Notmuch 0.12 (2012-03-20) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 --=20 1.7.9.5 --pWyiEgJYm5f9v55/ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0002-notmuch-mutt-fix-typo-in-manpage.patch" Content-Transfer-Encoding: quoted-printable =46rom a7202248466f263e8fb7a2c7b9f48d0786b4fbd1 Mon Sep 17 00:00:00 2001 =46rom: Stefano Zacchiroli Date: Sat, 31 Mar 2012 10:35:25 +0200 Subject: [PATCH 2/2] notmuch-mutt: fix typo in manpage --- contrib/notmuch-mutt/notmuch-mutt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmu= ch-mutt index 9176ed5..71206c3 100755 --- a/contrib/notmuch-mutt/notmuch-mutt +++ b/contrib/notmuch-mutt/notmuch-mutt @@ -169,7 +169,7 @@ notmuch-mutt - notmuch (of a) helper for Mutt =3Dhead1 DESCRIPTION =20 notmuch-mutt is a frontend to the notmuch mail indexer capable of populati= ng -maildir with search results. +a maildir with search results. =20 =3Dhead1 OPTIONS =20 --=20 1.7.9.5 --pWyiEgJYm5f9v55/-- --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIVAwUBT3bCnJwxUDxthmOWAQgohQ/+IUkfgyVG+DGlkE+SZ6uJJBMf0Pyw/Yhd PP1CObHpHYFuRWTYJKTysX3jlxVfCxsRWZpcv3EFNmGxJYRtjLhtjeTNCyaneIt6 L7AaNAlCiEEIwmeMIzB/QY8EcpfP95sT23DlXv4v/8uPqF0DZpbrPK+0rOcoo+tF pNTDl5oW2wQYkxmDil7CnLBvp3DQGw34lFOslmKQWVtEpKH3r7VaivxGRE7t3xqE BKj3n9zUt64LI2rT96+QM/H43h466PEcU4ftgHvSEocjSMOaXQ8xa/p9iPaUOy6s GrjdXd5tLAUxTeLKQOB/VQo5SBkrJ1ZRxr9OjS79FK8lM1sIIZ3omHzrK4tOWhkQ 57HzEGHOQtEQ8CDZ+Vp7WXwO0gRC9OM/9+tHctMTKMBF04ORyNSXQFIqgyFQKWh+ Fln0scGUelu0AnlUmbV+R6pbkAw+OhqCZL4t62E4EZRVmWL0FRXfOrTAECZWm22U B6EbPMNnQhfaV1KFajDxQgVgJFIcqduaiid+KwkUcSoxH7QE2UoXmHJ3FrTNQ+QX VKyh9fCRjZVCKvEyCCwBE13hGBwXQiy1xXp63GXTDZ1O/KtNrDmtSIkr/hu6jLmh 19v2UzTbqU9QPf4CjqS5AQCOqUdaC1Ky/lMfmSHBantcRatQkBWToSOCvwFbdkZS N49PqUGL2dE= =AfFN -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y--