Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 13 / 7e1b7ddaa7ef33caa2a1344961858ead8a866b
1 Return-Path: <jeff@ocjtech.us>\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 49A78431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 05:44:04 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 66Fn8nEUPGBZ for <notmuch@notmuchmail.org>;\r
11         Mon, 23 Nov 2009 05:44:03 -0800 (PST)\r
12 Received: from mail-yx0-f204.google.com (mail-yx0-f204.google.com\r
13         [209.85.210.204])\r
14         by olra.theworths.org (Postfix) with ESMTP id 6CA60431FAE\r
15         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 05:44:03 -0800 (PST)\r
16 Received: by yxe42 with SMTP id 42so5402599yxe.22\r
17         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 05:44:03 -0800 (PST)\r
18 Received: by 10.150.22.36 with SMTP id 36mr8691463ybv.19.1258983843023;\r
19         Mon, 23 Nov 2009 05:44:03 -0800 (PST)\r
20 Received: from lt26923.campus.dmacc.edu ([69.57.47.215])\r
21         by mx.google.com with ESMTPS id 14sm2157267gxk.14.2009.11.23.05.43.58\r
22         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
23         Mon, 23 Nov 2009 05:43:59 -0800 (PST)\r
24 Received: from localhost ([127.0.0.1] helo=localhost.localdomain)\r
25         by lt26923.campus.dmacc.edu with esmtps (TLSv1:AES256-SHA:256)\r
26         (Exim 4.69) (envelope-from <jeff@ocjtech.us>) id 1NCZCr-0007Hp-09\r
27         for notmuch@notmuchmail.org; Mon, 23 Nov 2009 07:43:54 -0600\r
28 From: "Jeffrey C. Ollie" <jeff@ocjtech.us>\r
29 To: Not Much Mail <notmuch@notmuchmail.org>\r
30 Date: Mon, 23 Nov 2009 07:43:29 -0600\r
31 Message-Id: <1258983810-27522-1-git-send-email-jeff@ocjtech.us>\r
32 X-Mailer: git-send-email 1.6.5.2\r
33 In-Reply-To: <87bpiughr3.fsf@yoom.home.cworth.org>\r
34 References: <87bpiughr3.fsf@yoom.home.cworth.org>\r
35 Subject: Re: [notmuch] [PATCH] Mac OS X compatibility fixes\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.12\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Mon, 23 Nov 2009 13:44:04 -0000\r
49 \r
50 Here's a patch that adds private implementations of strndup and\r
51 getline.  They are unconditionally compiled so that compiler errors in\r
52 these functions can be detected on any platform, even those that\r
53 provide strndup and getline in the standard library.  I'll have a\r
54 patch that handles the strndup/getline detection later today (I've\r
55 already done it in SCons, just need to figure out how I want to do it\r
56 in plain shell for the current configure script).\r
57 \r