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 260C2431FBF for ; Sun, 9 Jun 2013 04:04:25 -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 FH01XnJlRrxa for ; Sun, 9 Jun 2013 04:04:19 -0700 (PDT) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9ABA1431FDF for ; Sun, 9 Jun 2013 04:03:52 -0700 (PDT) Received: by mail-lb0-f172.google.com with SMTP id v20so1011530lbc.31 for ; Sun, 09 Jun 2013 04:03:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=JL5F7ajPzzq0t86oSy2EDUixVx06kcLYRSR4k6xhSmI=; b=Ow6XYMCxSSu8I5zdgabaH7iSFcuFdyO+sMgoL4iypUQju9vG4oIjkpbNWCzCXo3zw5 EAhibeDiDd9akZ84cimz1QjrTZuovUh4Pcmc78Xwj16jAfyp0LbbTOE92H+iI7j69sq8 3xuCLbmI5nNV/ZqvyGYVERR9c/5clx5T0+CyYVhgblLHNnSdVktjKXaUgwEFqnjmV5Z9 +sDyW5N3UK0gsXkYQFGTo87lZjGkv8Ki0IjHC8W/iDi2UV+WsCZ4yCeRB4LCVGRHPY0a 6HVqUQRfdboAaLT7ZNiBkaTcbgR+69tfsmeHsVw6EuM/Qcx94APwpuQp3NWlSiHmFdpo 7o4Q== X-Received: by 10.112.169.5 with SMTP id aa5mr4370726lbc.71.1370775831102; Sun, 09 Jun 2013 04:03:51 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id t17sm3841041lbd.11.2013.06.09.04.03.49 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 09 Jun 2013 04:03:50 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 7/7] NEWS: cli options for improved duplicate message handling Date: Sun, 9 Jun 2013 14:03:13 +0300 Message-Id: <044d9d17b340943a7b5d719e537d6bf7f1906d21.1370775663.git.jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlnUcNaz+nY8/CT0MPzAJfxIyxL0K0CQavq06CJlIADnv+zXjNBBRcllTIHR7nGh6Wl1N/s 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, 09 Jun 2013 11:04:25 -0000 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index e1806c2..2eb2ded 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,18 @@ Notmuch 0.16 (2013-MM-DD) 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). + Decrypting commands explicitly expect a gpg-agent Decryption in `notmuch show` and `notmuch reply` has only ever -- 1.7.10.4