Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 30 / 66052f11b6694dd650c2978ad546d5f921105b
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 4EF656DE1D10\r
6  for <notmuch@notmuchmail.org>; Fri, 12 Aug 2016 16:03:55 -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.007\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004,\r
12   SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-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 NjSrPYcDjymB for <notmuch@notmuchmail.org>;\r
16  Fri, 12 Aug 2016 16:03:47 -0700 (PDT)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 336116DE1D0D\r
19  for <notmuch@notmuchmail.org>; Fri, 12 Aug 2016 16:03:47 -0700 (PDT)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1bYLUZ-0001q3-79; Fri, 12 Aug 2016 19:03:55 -0400\r
23 Received: (nullmailer pid 10055 invoked by uid 1000);\r
24  Fri, 12 Aug 2016 23:03:35 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Tomi Ollila <tomi.ollila@iki.fi>,\r
27  Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
28  Notmuch Mail <notmuch@notmuchmail.org>\r
29 Subject: Re: [PATCH v4 01/16] add util/search-path.{c,\r
30  h} to test for executables in $PATH\r
31 In-Reply-To: <m2bn0xkb8f.fsf@guru.guru-group.fi>\r
32 References: <1467970047-8013-1-git-send-email-dkg@fifthhorseman.net>\r
33  <1467970047-8013-2-git-send-email-dkg@fifthhorseman.net>\r
34  <878tw2r0vf.fsf@maritornes.cs.unb.ca>\r
35  <87k2fmse5h.fsf@alice.fifthhorseman.net>\r
36  <87y442phbm.fsf@maritornes.cs.unb.ca>\r
37  <87mvkhrfjl.fsf@alice.fifthhorseman.net> <m2bn0xkb8f.fsf@guru.guru-group.fi>\r
38 User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1\r
39  (x86_64-pc-linux-gnu)\r
40 Date: Sat, 13 Aug 2016 08:03:35 +0900\r
41 Message-ID: <87popd614o.fsf@maritornes.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.20\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48  <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
55  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Fri, 12 Aug 2016 23:03:55 -0000\r
57 \r
58 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
59 \r
60 >\r
61 > The probability for user error is pretty small there -- if there is\r
62 > typo/thinko there things usually just starts failing. Security is\r
63 > easier to break elsewhere than here (e.g. borken PATH...)\r
64 >\r
65 > I'd keep the current implementation of test_for_executable()...\r
66 >\r
67 > Tomi\r
68 >\r
69 \r
70 OK\r