From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 15255431FDB for ; Sun, 18 Aug 2013 05:52:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 XOuzmOGNGCsd for ; Sun, 18 Aug 2013 05:52:26 -0700 (PDT) Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 548F8431E82 for ; Sun, 18 Aug 2013 05:52:26 -0700 (PDT) Received: by mail-bk0-f43.google.com with SMTP id mz13so1157269bkb.30 for ; Sun, 18 Aug 2013 05:52:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=NfKE8QKqimveHdsmntY9PG293k5QEWSlvZY5hLMsDlE=; b=atOJMHMlLHr9fIuydtXWqPMn+0akR4sGQYjT2SLP6Y8TnH6MpD3enK/IPc+IzhDKnQ GCJu4pDSKkc5kYe0S0hsq7D3gIip2D2LrdR349n048D45l1hXV3eoBHqCSpYu/TZCILt PGTrpuVqtd+kaS8e2DGsWWEtcXp+zp4zvYKxeTSpfunsmaldhxGhwpCH3feGe4QbHsdT ou23bIzJ+9yziD2e3sSNhJUQV7VzeCKMsg5TKlmMEayq1uiOdQKoo7EwWaw4SMhnHgr+ ZYyJaZ/qbcFJ+PRfyuXrW9qFI2v3NQNQYAESJjXB3KZY9S79XLgy7UE5d+KCckLSR/Xa pryQ== X-Gm-Message-State: ALoCoQl3GAFURC2v0HfjKIEL6g48fD/eAtRBzhLug/XZpAWvs7LlW1Vh9hyxl+tsMsJk28vEJUiu X-Received: by 10.204.173.196 with SMTP id q4mr4469236bkz.9.1376830345008; Sun, 18 Aug 2013 05:52:25 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id h7sm680018bki.9.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 18 Aug 2013 05:52:24 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v4 7/8] NEWS: cli options for improved duplicate message handling Date: Sun, 18 Aug 2013 15:52:28 +0300 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: Cc: Tomi Ollila 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: Sun, 18 Aug 2013 12:52:34 -0000 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 722a35d..2e845f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ + +Notmuch 0.17 (UNRELEASED) +========================= + +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