Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 2d / 76978c55c36a703bc3460487b736a129dcaa58
1 Return-Path: <tom@dbservice.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 C7C8F4196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 21:20:05 -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: -0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id vudoOMNO7843 for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Apr 2010 21:20:05 -0700 (PDT)\r
17 Received: from office.neopsis.com (office.neopsis.com [78.46.209.98])\r
18         by olra.theworths.org (Postfix) with ESMTP id E9A8B431FC1\r
19         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 21:20:04 -0700 (PDT)\r
20 Received: from calvin.caurea.org ([62.65.141.13])\r
21         (authenticated user tom@dbservice.com) by office.neopsis.com\r
22         (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits));\r
23         Tue, 13 Apr 2010 06:20:01 +0200\r
24 Message-ID: <4BC3F0F1.3000509@dbservice.com>\r
25 Date: Tue, 13 Apr 2010 06:20:01 +0200\r
26 From: Tomas Carnecky <tom@dbservice.com>\r
27 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;\r
28         rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4\r
29 MIME-Version: 1.0\r
30 To: Dirk Hohndel <hohndel@infradead.org>\r
31 Subject: Re: [PATCH] Add simplistic reimplementation of strcasestr to compat\r
32         library\r
33 References: <m3eiikc7rc.fsf@x200.gr8dns.org>\r
34 In-Reply-To: <m3eiikc7rc.fsf@x200.gr8dns.org>\r
35 Content-Type: text/plain; charset=ISO-8859-1; format=flowed\r
36 Content-Transfer-Encoding: 7bit\r
37 Cc: notmuch@notmuchmail.org\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 13 Apr 2010 04:20:05 -0000\r
51 \r
52 On 4/13/10 6:10 AM, Dirk Hohndel wrote:\r
53 >\r
54 > While all systems that I have access to support strcasestr, it is\r
55 > in fact not part of POSIX. So here's a fallback reimplementation\r
56 > based on POSIX functions.\r
57 \r
58 Your patch is missing the part where it adds -DHAVE_STRCASESTR=.. to \r
59 CONFIGURE_C{XX,}FLAGS.\r
60 \r
61 And I still have to figure out the licencing of my patch (need to wait \r
62 for the original author to respond). So maybe your patch, with the \r
63 missing parts added, is better.\r
64 \r
65 tom\r
66 \r