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 6B984431FC9 for ; Sat, 17 Aug 2013 06:36: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 P0BQSKoifgPa for ; Sat, 17 Aug 2013 06:36:50 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id B7F03431E82 for ; Sat, 17 Aug 2013 06:36:50 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id CBEBB100051; Sat, 17 Aug 2013 16:36:42 +0300 (EEST) From: Tomi Ollila To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH v3 7/8] NEWS: cli options for improved duplicate message handling In-Reply-To: References: User-Agent: Notmuch/0.16+3~g340c058 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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, 17 Aug 2013 13:36:57 -0000 On Sat, Aug 17 2013, Jani Nikula wrote: > --- > NEWS | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/NEWS b/NEWS > index 722a35d..7f5bf6b 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,3 +1,23 @@ > + > +Notmuch 0.16 (201x-xx-xx) > +========================= This could be Notmuch 0.17 (UNRELEASED) ========================= I.e. not 0.16... I saw this UNRELEASED in some github project a while ago and liked it as it clearer shows the release status of that version. otherwise the whole patch series LGTM (as the one suggestion Mark had to v2 was updates). Tomi > + > +Command-Line Interface > +---------------------- > + > +New options to better support handling duplicate messages > + > + If more than one message file is associated with a message-id, > + `notmuch search --output=files` will print all of them. A new > + `--duplicate=N` option can be used to specify which duplicate to > + print for each message. > + > + `notmuch count` now supports `--output=files` option to output the > + number of files associated with matching messages. This may be > + bigger than the number of matching messages due to duplicates > + (i.e. multiple files having the same message-id). > + > + > Notmuch 0.16 (2013-08-03) > ========================= > > -- > 1.7.10.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch