Re: notmuch-search-toggle-order and notmuch-tree
[notmuch-archives.git] / ab / a7538fd0331b5fcdfe86a927eb0f68091f89d6
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 2F69B6DE19CE\r
6  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 07:25:39 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.755\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.755 tagged_above=-999 required=5 tests=[AWL=0.093, \r
12  SPF_NEUTRAL=0.652,\r
13  T_FILL_THIS_FORM_SHORT=0.01] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id Y9jP-ClLsUDU for <notmuch@notmuchmail.org>;\r
17  Sat, 17 Oct 2015 07:25:37 -0700 (PDT)\r
18 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
19  by arlo.cworth.org (Postfix) with ESMTP id E4D1C6DE0AC2\r
20  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 07:25:36 -0700 (PDT)\r
21 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
22  by guru.guru-group.fi (Postfix) with ESMTP id 16A091000CA;\r
23  Sat, 17 Oct 2015 17:25:46 +0300 (EEST)\r
24 From: Tomi Ollila <tomi.ollila@iki.fi>\r
25 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH 3/4] NEWS: news for notmuch address --deduplicate option\r
27 In-Reply-To: <1445087213-21364-3-git-send-email-jani@nikula.org>\r
28 References: <1445087213-21364-1-git-send-email-jani@nikula.org>\r
29  <1445087213-21364-3-git-send-email-jani@nikula.org>\r
30 User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1\r
31  (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Sat, 17 Oct 2015 17:25:46 +0300\r
36 Message-ID: <m2mvvh4ln9.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.18\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 17 Oct 2015 14:25:39 -0000\r
52 \r
53 On Sat, Oct 17 2015, Jani Nikula <jani@nikula.org> wrote:\r
54 \r
55 > ---\r
56 >  NEWS | 13 +++++++++++++\r
57 >  1 file changed, 13 insertions(+)\r
58 >\r
59 > diff --git a/NEWS b/NEWS\r
60 > index 317e7e62deaa..9940f8185e82 100644\r
61 > --- a/NEWS\r
62 > +++ b/NEWS\r
63 > @@ -14,6 +14,19 @@ Date queries now support `date:<expr>..!` shorthand for\r
64 >    beginning of yesterday to the end of yesterday. For further details,\r
65 >    please refer to the `notmuch-search-terms` manual page.\r
66 >  \r
67 > +Command-Line Interface\r
68 > +----------------------\r
69 > +\r
70 > +The `notmuch address` command supports new deduplication schemes\r
71 > +\r
72 > +  `notmuch address` has gained a new `--deduplicate` option to specify\r
73 > +  how the results should be deduplicated, if at all. The alternatives\r
74 > +  are `no` (do not deduplicate, useful for processing the results with\r
75 > +  external tools), `mailbox` (deduplicate based on the full, case\r
76 > +  sensitive name and email address), and `address` (deduplicate based\r
77 > +  on the case insensitive address part). See the `notmuch-address`\r
78 > +  manual page for further information.\r
79 > +\r
80 \r
81 LGTM (format).\r
82 \r
83 >  Emacs Interface\r
84 >  ---------------\r
85 >  \r
86 > -- \r
87 > 2.1.4\r
88 >\r
89 > _______________________________________________\r
90 > notmuch mailing list\r
91 > notmuch@notmuchmail.org\r
92 > http://notmuchmail.org/mailman/listinfo/notmuch\r