From: David Bremner Date: Sat, 17 Oct 2015 20:42:52 +0000 (+2100) Subject: [PATCH 7/8] NEWS: news for notmuch address --deduplicate option X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc7daa8a6e3093ef041be64e5e0623dad702a2dc;p=notmuch-archives.git [PATCH 7/8] NEWS: news for notmuch address --deduplicate option --- diff --git a/46/c95639097f14c9293f8ed700f77624a41989bf b/46/c95639097f14c9293f8ed700f77624a41989bf new file mode 100644 index 000000000..eed11ed99 --- /dev/null +++ b/46/c95639097f14c9293f8ed700f77624a41989bf @@ -0,0 +1,77 @@ +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 D2A146DE19E7 + for ; Sat, 17 Oct 2015 13:46:43 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.112 +X-Spam-Level: +X-Spam-Status: No, score=0.112 tagged_above=-999 required=5 tests=[AWL=0.092, + T_FILL_THIS_FORM_SHORT=0.01, + T_HEADER_FROM_DIFFERENT_DOMAINS=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 3tcH84r_JRtc for ; + Sat, 17 Oct 2015 13:46:42 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 0E6F06DE19DF + for ; Sat, 17 Oct 2015 13:46:42 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZnYLm-0006vD-Bd; Sat, 17 Oct 2015 20:45:10 +0000 +Received: (nullmailer pid 25691 invoked by uid 1000); Sat, 17 Oct 2015 + 20:43:04 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH 7/8] NEWS: news for notmuch address --deduplicate option +Date: Sat, 17 Oct 2015 17:42:52 -0300 +Message-Id: <1445114573-25561-8-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.5.3 +In-Reply-To: <1445114573-25561-1-git-send-email-david@tethera.net> +References: <1445114573-25561-1-git-send-email-david@tethera.net> +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 20:46:43 -0000 + +From: Jani Nikula + +--- + NEWS | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/NEWS b/NEWS +index 647cd07..6a33330 100644 +--- a/NEWS ++++ b/NEWS +@@ -51,6 +51,16 @@ Database revision tracking + rollover and reinitialization, and `notmuch-count(1)` gained a + `--lastmod` option to query database revision tracking data. + ++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.5.3 +