Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DC26F6DE0C4A for ; Sat, 17 Oct 2015 06:07:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.522 X-Spam-Level: X-Spam-Status: No, score=-0.522 tagged_above=-999 required=5 tests=[AWL=0.188, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_FILL_THIS_FORM_SHORT=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ZvJc9rDuTa2 for ; Sat, 17 Oct 2015 06:07:26 -0700 (PDT) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by arlo.cworth.org (Postfix) with ESMTPS id E52C66DE0AC2 for ; Sat, 17 Oct 2015 06:07:25 -0700 (PDT) Received: by wicgb1 with SMTP id gb1so41143572wic.1 for ; Sat, 17 Oct 2015 06:07:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=H4nI7MNZZiHSBiMlifYTcpFVAIrt/wjCYNJfYOIArJ8=; b=d36Qki0RRw+eP+1NMWtgMjw7J873YCINQPkOO7bN5keMwmkLbGQB2e05vcMwS4PP0D qzOzpfzHJ53TBOqE4wZyrVivtTzC7Lz7VhIenW1Zb5xTzxlRTcuIVCoi07Te1HVk6o8u 5/kU9RdDEbUUd7OGJUxewP9ApFbEk0y+iW/04S61bOFjGiuEtVHKiOfJyTlsFtpmEhHW Hzx3E9s+0VpMX2pk5+Z48FkOS0/JgKLJz+RUmvAZyqG7zUmkrKWYdGzHaYlnD4QNgNJI QdxiSfha4PtIG0IjgMGo9Z2Ou1P3zMIprVIopx6UuWmsL60nzw4xRHd/drmDex0KNsD7 beEA== X-Gm-Message-State: ALoCoQn5HdLSNIyeP1ZGNa2x+PlzMchPJ46yhXyfLFjACgLkGer7XCkfzTcyrABfCfj9cK1Hvkwj X-Received: by 10.180.38.13 with SMTP id c13mr10188596wik.48.1445087244416; Sat, 17 Oct 2015 06:07:24 -0700 (PDT) Received: from localhost (mobile-access-bcee43-111.dhcp.inet.fi. [188.238.67.111]) by smtp.gmail.com with ESMTPSA id ga2sm7109174wib.5.2015.10.17.06.07.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Oct 2015 06:07:23 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 3/4] NEWS: news for notmuch address --deduplicate option Date: Sat, 17 Oct 2015 16:06:52 +0300 Message-Id: <1445087213-21364-3-git-send-email-jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1445087213-21364-1-git-send-email-jani@nikula.org> References: <1445087213-21364-1-git-send-email-jani@nikula.org> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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 Oct 2015 13:07:28 -0000 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 317e7e62deaa..9940f8185e82 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,19 @@ Date queries now support `date:..!` shorthand for beginning of yesterday to the end of yesterday. For further details, please refer to the `notmuch-search-terms` manual page. +Command-Line Interface +---------------------- + +The `notmuch address` command supports new deduplication schemes + + `notmuch address` has gained a new `--deduplicate` option to specify + how the results should be deduplicated, if at all. The alternatives + are `no` (do not deduplicate, useful for processing the results with + external tools), `mailbox` (deduplicate based on the full, case + sensitive name and email address), and `address` (deduplicate based + on the case insensitive address part). See the `notmuch-address` + manual page for further information. + Emacs Interface --------------- -- 2.1.4