Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / b8 / d14d4184fa3203102351f3734b89258f336d90
1 Return-Path: <sebastian.fischmeister@uwaterloo.ca>\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 8CBB96DE028C\r
6  for <notmuch@notmuchmail.org>; Fri,  8 Apr 2016 21:14:26 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.959\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.959 tagged_above=-999 required=5 tests=[AWL=0.372,\r
12   RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,\r
13  SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-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 MOWvucJLkAKC for <notmuch@notmuchmail.org>;\r
17  Fri,  8 Apr 2016 21:14:18 -0700 (PDT)\r
18 X-Greylist: delayed 2261 seconds by postgrey-1.35 at arlo;\r
19  Fri, 08 Apr 2016 21:14:18 PDT\r
20 Received: from mailchk-m06.uwaterloo.ca (mailservices.uwaterloo.ca\r
21  [129.97.128.141])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id 040CC6DE0173\r
23  for <notmuch@notmuchmail.org>; Fri,  8 Apr 2016 21:14:17 -0700 (PDT)\r
24 Received: from connect.uwaterloo.ca (connhub4.connect.uwaterloo.ca\r
25  [129.97.149.122])\r
26  by mailchk-m06.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u393aWWj024618\r
27  (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=OK)\r
28  for <notmuch@notmuchmail.org>; Fri, 8 Apr 2016 23:36:33 -0400\r
29 Received: from uwaterloo.ca (172.16.38.244) by connhub4.connect.uwaterloo.ca\r
30  (129.97.149.122) with Microsoft SMTP Server (TLS) id 14.3.266.1; Fri, 8 Apr\r
31  2016 23:36:32 -0400\r
32 From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: Search mail from people with different addresses and incorrectly\r
35  configured clients\r
36 Reply-To: <sfischme@uwaterloo.ca>\r
37 X-Homepage: http://esg.uwaterloo.ca\r
38 Date: Fri, 8 Apr 2016 23:36:32 -0400\r
39 Message-ID: <871t6fe9mq.fsf@uwaterloo.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-UUID: 3b07c4dd-5426-4ca4-b080-fd4be11bb05a\r
43 X-Miltered: at mailchk-m06 with ID 570878C1.000 by Joe's j-chkmail\r
44  (http://j-chkmail.ensmp.fr)!\r
45 X-Virus-Scanned: clamav-milter 0.99 at mailchk-m06\r
46 X-Virus-Status: Clean\r
47 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.9\r
48  (mailchk-m06.uwaterloo.ca [129.97.128.141]);\r
49  Fri, 08 Apr 2016 23:36:34 -0400 (EDT)\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.20\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54  <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
56  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
61  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 09 Apr 2016 04:14:26 -0000\r
63 \r
64 Hi,\r
65 \r
66 Sometimes, people's mail clients are configured incorrectly and do not\r
67 show the sender name. Often the same person uses different email\r
68 addresses. Sometimes they use different names for their alternate email\r
69 addresses.\r
70 \r
71 When I search for an email originated from a specific person, I want the\r
72 search to cover all messages that match the different criteria mentioned\r
73 above.\r
74 \r
75 Has anyone found a good way to use tags to aggregate emails from the\r
76 same person? Will it have some disadvantages? It sounds straightforward,\r
77 but the management of this would be quite an effort.\r
78 \r
79 The alternative is to create long search strings that encompass all\r
80 email addresses of the person. This has less management effort, but I\r
81 would need to somewhere store all email addresses associated with a person.\r
82 \r
83   Sebastian\r
84 \r
85 \r