[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 6b / 32307e3fc3eb418b2fc898d19b435fbd925d9c
1 Return-Path: <cworth@cworth.org>\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 82F3D4196F2\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Apr 2010 16:39:28 -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.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5\r
12         tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01]\r
13         autolearn=ham\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 DfIrsMq7DVHr; Wed, 14 Apr 2010 16:39:27 -0700 (PDT)\r
17 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
18         by olra.theworths.org (Postfix) with ESMTP id CF36F431FC1;\r
19         Wed, 14 Apr 2010 16:39:27 -0700 (PDT)\r
20 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
21         id 7BB5D568DE1; Wed, 14 Apr 2010 16:39:27 -0700 (PDT)\r
22 From: Carl Worth <cworth@cworth.org>\r
23 To: Aaron Ecay <aaronecay@gmail.com>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH 3/4] Add infrastructure for building shared library on OS\r
25         X.\r
26 In-Reply-To: <87sk6xgbft.fsf@yoom.home.cworth.org>\r
27 References: <4bc25ea0.86c3f10a.45a3.ffff80d3@mx.google.com>\r
28         <1271029494-89014-3-git-send-email-aaronecay@gmail.com>\r
29         <87sk6xgbft.fsf@yoom.home.cworth.org>\r
30 Date: Wed, 14 Apr 2010 16:39:27 -0700\r
31 Message-ID: <87ljcpfvtc.fsf@yoom.home.cworth.org>\r
32 MIME-Version: 1.0\r
33 Content-Type: multipart/signed; boundary="=-=-=";\r
34         micalg=pgp-sha1; protocol="application/pgp-signature"\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Wed, 14 Apr 2010 23:39:28 -0000\r
48 \r
49 --=-=-=\r
50 Content-Transfer-Encoding: quoted-printable\r
51 \r
52 On Wed, 14 Apr 2010 11:01:58 -0700, Carl Worth <cworth@cworth.org> wrote:\r
53 > > +printf "Checking for Mac OS X (for shared library)... "\r
54 > > +if [ `uname` =3D "Darwin" ] ; then\r
55 > > +    printf "Yes.\n"\r
56 > > +    mac_os_x=3D1\r
57 > > +else\r
58 > > +    printf "No.\n"\r
59 > > +    mac_os_x=3D0\r
60 > > +fi\r
61 > > +\r
62 >=20\r
63 > Instead of inventing a new mac_os_x variable, we should follow the GNU\r
64 > configure conventions of build_cpu, build_vendor, build_os\r
65 > variables.\r
66 \r
67 I've gone ahead and pushed the above. We can still fix to use build_os\r
68 internally instead of mac_os_x, but that's fairly cosmetic.\r
69 \r
70 I also pushed out my own version of the fix for FINAL_NOTMUCH_LDFLAGS,\r
71 (which does the extra linking on OS X, but not Linux).\r
72 \r
73 Please, anyone that's interested, test notmuch on your favorite\r
74 platforms and let us know what's still broken. I did do a little testing\r
75 and research with the OS X machine I could find here, but I'm no expert,\r
76 nor do I have access to many other systems.\r
77 \r
78 =2DCarl\r
79 \r
80 --=-=-=\r
81 Content-Type: application/pgp-signature\r
82 \r
83 -----BEGIN PGP SIGNATURE-----\r
84 Version: GnuPG v1.4.10 (GNU/Linux)\r
85 \r
86 iD8DBQFLxlIv6JDdNq8qSWgRAih0AJwPO1D4vlKP8F1y+7Q3NqjnEuGpwgCfbzPj\r
87 tw4CLEKWtURaNX6L4AucTg0=\r
88 =SC3o\r
89 -----END PGP SIGNATURE-----\r
90 --=-=-=--\r