Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / d6 / 15782b058fdde29dac7c62d6797d43dd8c5c0d
1 Return-Path: <david@tethera.net>\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 0C7236DE157C\r
6  for <notmuch@notmuchmail.org>; Sun, 20 Sep 2015 06:46:08 -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.118\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.118 tagged_above=-999 required=5 tests=[AWL=0.108, \r
12  T_FILL_THIS_FORM_SHORT=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id KIRh4YwGz-r9 for <notmuch@notmuchmail.org>;\r
16  Sun, 20 Sep 2015 06:46:06 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 0C1356DE1534\r
19  for <notmuch@notmuchmail.org>; Sun, 20 Sep 2015 06:46:05 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1Zdek1-00072T-PJ; Sun, 20 Sep 2015 13:33:17 +0000\r
23 Received: (nullmailer pid 4432 invoked by uid 1000); Sun, 20 Sep 2015\r
24  12:45:51 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH v2 4/9] man: document notmuch address\r
28  --deduplicate=(no|mailbox) option\r
29 In-Reply-To:\r
30  <ebc6d897c35212c28936158fc0509f8bdbebb48d.1441308761.git.jani@nikula.org>\r
31 References: <cover.1441308761.git.jani@nikula.org>\r
32  <ebc6d897c35212c28936158fc0509f8bdbebb48d.1441308761.git.jani@nikula.org>\r
33 User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Sun, 20 Sep 2015 09:45:51 -0300\r
36 Message-ID: <877fnltg1s.fsf@maritornes.cs.unb.ca>\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: Sun, 20 Sep 2015 13:46:08 -0000\r
52 \r
53 Jani Nikula <jani@nikula.org> writes:\r
54 \r
55 > Document the deduplication of results.\r
56 > ---\r
57 >  doc/man1/notmuch-address.rst | 15 +++++++++++++++\r
58 >  1 file changed, 15 insertions(+)\r
59 >\r
60 > diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst\r
61 > index 9570095b23c8..4ae7395bce4d 100644\r
62 > --- a/doc/man1/notmuch-address.rst\r
63 > +++ b/doc/man1/notmuch-address.rst\r
64 > @@ -55,6 +55,21 @@ Supported options for **address** include\r
65 >              Note: With this option, addresses are printed only after\r
66 >              the whole search is finished. This may take long time.\r
67 >  \r
68 > +    ``--deduplicate=(no|mailbox)``\r
69 > +\r
70 > +        Control the deduplication of results.\r
71 > +\r
72 > +        **none**\r
73 > +            Output all occurences of addresses in the matching\r
74 > +            messages. This is not applicable with --output=count.\r
75 should be be **no**, I guess.\r
76 > +\r
77 > +        **mailbox**\r
78 > +         Deduplicate addresses based on the full, case sensitive\r
79 > +         name and email address, or mailbox. This is effectively\r
80 > +         the same as piping the --deduplicate=no output to **sort |\r
81 > +         uniq**, except for the order of results. This is the\r