[PATCH v2 11/14] cli/reply: return internet address list from get header funcs
[notmuch-archives.git] / a1 / 58d964c11353ba22d0556dd5cd51c2f82a146f
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 031BB6DE00CB\r
6  for <notmuch@notmuchmail.org>; Mon, 31 Aug 2015 04:18:59 -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.116\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.116 tagged_above=-999 required=5 tests=[AWL=0.116]\r
12  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 rldSwAPW3Uhc for <notmuch@notmuchmail.org>;\r
16  Mon, 31 Aug 2015 04:18:57 -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 EB2646DE005F\r
19  for <notmuch@notmuchmail.org>; Mon, 31 Aug 2015 04:18:56 -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 1ZWN3s-0002jJ-Hj; Mon, 31 Aug 2015 11:15:40 +0000\r
23 Received: (nullmailer pid 17732 invoked by uid 1000); Mon, 31 Aug 2015\r
24  11:15:19 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Tomi Ollila <tomi.ollila@iki.fi>, Jani Nikula <jani@nikula.org>,\r
27  notmuch@notmuchmail.org\r
28 Subject: Re: [RFC PATCH 5/5] cli: add support for deduplicating based on case\r
29  insensitive address\r
30 In-Reply-To: <m2oahn6875.fsf@guru.guru-group.fi>\r
31 References: <cover.1440859765.git.jani@nikula.org>\r
32  <b33abd9a0117628932b3f197f536cf1a58793779.1440859765.git.jani@nikula.org>\r
33  <874mjht1y6.fsf@maritornes.cs.unb.ca> <m2oahn6875.fsf@guru.guru-group.fi>\r
34 User-Agent: Notmuch/0.20.2+60~gcb08a2e (http://notmuchmail.org) Emacs/24.5.1\r
35  (x86_64-pc-linux-gnu)\r
36 Date: Mon, 31 Aug 2015 08:15:19 -0300\r
37 Message-ID: <87io7vso8o.fsf@maritornes.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.18\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44  <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Mon, 31 Aug 2015 11:18:59 -0000\r
53 \r
54 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
55 \r
56 >> I can live with the current argument syntax, but since a certain a mount\r
57 >> of bikeshedding is expected, here is an alternative suggestion\r
58 >>\r
59 >> --deduplication={none|mailbox|address}\r
60 >\r
61 > (is s/deduplicate/deduplication/ intended or accidental change?)\r
62 \r
63 accidental. hmm. well,\r
64 \r
65 --deduplicate={no|mailbox|address}\r
66 \r
67 is a few characters shorter.\r
68 \r
69 > Is this complete alternative to --deduplicate={no|yes|address},\r
70 > respectively?\r
71 \r
72 Yes\r
73 \r