Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 6d / 38a2ab18a7542280c0250ab02c43324002634f
1 Return-Path: <Vladimir.Marek@oracle.com>\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 olra.theworths.org (Postfix) with ESMTP id 3B383416473\r
6         for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 03:33:32 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.299\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 9oyIJxrEMPrc for <notmuch@notmuchmail.org>;\r
17         Mon,  9 Apr 2012 03:33:31 -0700 (PDT)\r
18 X-Greylist: delayed 899 seconds by postgrey-1.32 at olra;\r
19         Mon, 09 Apr 2012 03:33:31 PDT\r
20 Received: from acsinet14.oracle.com (acsinet14.oracle.com [141.146.126.236])\r
21         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
22         (No client certificate requested)\r
23         by olra.theworths.org (Postfix) with ESMTPS id DB4DE403508\r
24         for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 03:33:31 -0700 (PDT)\r
25 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])\r
26         by acsinet14.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with\r
27         ESMTP id q39AIWtJ002223\r
28         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)\r
29         for <notmuch@notmuchmail.org>; Mon, 9 Apr 2012 10:18:33 GMT\r
30 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94])\r
31         by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with\r
32         ESMTP id q39AIVme031026\r
33         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)\r
34         for <notmuch@notmuchmail.org>; Mon, 9 Apr 2012 10:18:32 GMT\r
35 Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158])\r
36         by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
37         q39AIUYv023644\r
38         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)\r
39         for <notmuch@notmuchmail.org>; Mon, 9 Apr 2012 10:18:30 GMT\r
40 Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72])\r
41         by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id\r
42         q39AIUKN022082\r
43         for <notmuch@notmuchmail.org>; Mon, 9 Apr 2012 05:18:30 -0500\r
44 Received: from pub.czech.sun.com (/10.163.20.32)\r
45         by default (Oracle Beehive Gateway v4.0)\r
46         with ESMTP ; Mon, 09 Apr 2012 03:18:29 -0700\r
47 From: Vladimir.Marek@oracle.com\r
48 To: notmuch@notmuchmail.org\r
49 Subject: notmuch on Solaris\r
50 Date: Mon,  9 Apr 2012 12:17:41 +0200\r
51 Message-Id: <1333966665-10469-1-git-send-email-Vladimir.Marek@oracle.com>\r
52 X-Mailer: git-send-email 1.7.3.2\r
53 X-Source-IP: ucsinet22.oracle.com [156.151.31.94]\r
54 X-CT-RefId: str=0001.0A090203.4F82B778.0082,ss=1,re=0.000,fgs=0\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Mon, 09 Apr 2012 10:33:32 -0000\r
68 \r
69 Hi,\r
70 \r
71 In order to make notmuch compilable on Solaris, I had to make some\r
72 changes in the source code. Some changes are not yet ready to be\r
73 included to official tree, some I believe are. So I took first few to\r
74 see if I'm doing anything which could be accepted and hopefully decrease\r
75 number of local patches I have to hold. Comments are mostly welcome.\r
76 \r
77 Thank you\r
78 -- \r
79         Vlad\r