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. > > 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.
--
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Maître de conférences ...... http://upsilon.cc/zack ...... . . o
Debian Project Leader ....... @zack on identi.ca ....... o o o
« the first rule of tautology club is the first rule of tautology club »
From ed236a8c4450340b4e4b08af0219bba82b3fd37d Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli <[email protected]> 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. +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) ========================= -- 1.7.9.5
From a7202248466f263e8fb7a2c7b9f48d0786b4fbd1 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli <[email protected]> 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/notmuch-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 =head1 DESCRIPTION notmuch-mutt is a frontend to the notmuch mail indexer capable of populating -maildir with search results. +a maildir with search results. =head1 OPTIONS -- 1.7.9.5
signature.asc
Description: Digital signature
_______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
