Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 8d / 1965577037b3f60377ecd405225f6e8edffb1d
1 Return-Path: <jrollins@finestructure.net>\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 814884196F4\r
6         for <notmuch@notmuchmail.org>; Wed, 12 May 2010 10:00:49 -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: -1.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] 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 c5YNE1cy4jBj for <notmuch@notmuchmail.org>;\r
16         Wed, 12 May 2010 10:00:39 -0700 (PDT)\r
17 Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
18         by olra.theworths.org (Postfix) with ESMTP id 1157B4196F0\r
19         for <notmuch@notmuchmail.org>; Wed, 12 May 2010 10:00:38 -0700 (PDT)\r
20 Received: from servo.finestructure.net (cpe-72-227-128-66.nyc.res.rr.com\r
21         [72.227.128.66])\r
22         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
23         by tarap.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o4CH0Vgg020965\r
24         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
25         Wed, 12 May 2010 13:00:32 -0400 (EDT)\r
26 Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
27         (envelope-from <jrollins@finestructure.net>)\r
28         id 1OCFIM-000716-Om; Wed, 12 May 2010 13:00:30 -0400\r
29 From: Jameson Rollins <jrollins@finestructure.net>\r
30 To: Nelson Elhage <nelhage@ksplice.com>, notmuch@notmuchmail.org\r
31 Subject: Re: [PATCH] configure: Respect LDFLAGS from the environment.\r
32 In-Reply-To: <1273682752-19140-1-git-send-email-nelhage@ksplice.com>\r
33 References: <1273682752-19140-1-git-send-email-nelhage@ksplice.com>\r
34 User-Agent: Notmuch/0.3.1-18-gaf7aad2 (http://notmuchmail.org) Emacs/23.1.1\r
35         (i486-pc-linux-gnu)\r
36 Date: Wed, 12 May 2010 13:00:27 -0400\r
37 Message-ID: <87wrv9caxg.fsf@servo.finestructure.net>\r
38 MIME-Version: 1.0\r
39 Content-Type: multipart/signed; boundary="=-=-=";\r
40         micalg=pgp-sha256; protocol="application/pgp-signature"\r
41 X-No-Spam-Score: Local\r
42 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Wed, 12 May 2010 17:00:49 -0000\r
56 \r
57 --=-=-=\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Wed, 12 May 2010 12:45:52 -0400, Nelson Elhage <nelhage@ksplice.com> wro=\r
61 te:\r
62 > The configure usage string documents that it respects LDFLAGS, but\r
63 > currently it doesn't do anything with the configure-time LDFLAGS\r
64 > value.\r
65 > ---\r
66 >  configure |    4 ++++\r
67 >  1 files changed, 4 insertions(+), 0 deletions(-)\r
68 >=20\r
69 > diff --git a/configure b/configure\r
70 > index c522ad8..90355e8 100755\r
71 > --- a/configure\r
72 > +++ b/configure\r
73 > @@ -6,6 +6,7 @@ CC=3D${CC:-gcc}\r
74 >  CXX=3D${CXX:-g++}\r
75 >  CFLAGS=3D${CFLAGS:--O2}\r
76 >  CXXFLAGS=3D${CXXFLAGS:-\$(CFLAGS)}\r
77 > +LDFLAGS=3D${LDFLAGS-}\r
78 \r
79 Hey, Nelson.  I'm not sure exactly what you're trying to do here, but\r
80 I'm betting that this is not it.  If you're trying to get the LDFLAGS\r
81 var from the existing environment, you probably want:\r
82 \r
83 LDFLAGS=3D${LDFLAGS:-}\r
84 \r
85 jamie.\r
86 \r
87 --=-=-=\r
88 Content-Type: application/pgp-signature\r
89 \r
90 -----BEGIN PGP SIGNATURE-----\r
91 Version: GnuPG v1.4.10 (GNU/Linux)\r
92 \r
93 iQIcBAEBCAAGBQJL6t6rAAoJEO00zqvie6q8nfwP/iKQwTShRmNsIcMznJlcVq42\r
94 3NBbUEouGRA8FmFAh5MrU+EJApQmio1o/Pl0f74rwi4LbUG4GGkQIasp/t1L7eEh\r
95 LuDz/1KJQIUX1ac+QkYbZiycE/Ortf33FAoVboncV1ovZ3HWfLMVNS9isj/CjYmC\r
96 b5PxztyXLjBKitUge3AzO2MnYJPOgFMDhDN+Dew6RtCK2Fwt9lS5xLxHZFh+CEua\r
97 Dk1vcgSJhqqW7Ob61lLRVsnJAAQjA6s2ctJnQa9A1ewHLOzJ8/DkwMb7i9e2LkTw\r
98 ICUYD1diGsWymPg+1+k+RQiKceS542or7p4VWBbaI8OJfaBqx3MN0FR+mP1ofqDf\r
99 5/UO9CZdjf+/RoW/xd/cXAD88BPmMeUAXApWexqIDjxH50Q4gz84yfTPfj4+Ha5Q\r
100 PyInAGJU/oq/AuP7kNf9dAuHxeTEEpmGxPSkQF+DtmQGa5s5nFpPUW5/ZG6Ti8j8\r
101 NsgOY2LlDVrPa0H2lPhzP9EYUHpQtdT+q73DWw/7Vw8cTLX/3BZkPB3DhS0ltuqG\r
102 I5tK5O7CcUakIxEwJxHlfAWQABZfuFQx+I3/7rTtEWyVktsYnSIicNsMRlQPLKY8\r
103 QkwybAAVrqWqBOkJX9ld4BNStArM/3zjwm18rQybsoISW6YlNueDqcMUgPmgnqqR\r
104 EIshKyD1towU2Y5KfMps\r
105 =cI/Q\r
106 -----END PGP SIGNATURE-----\r
107 --=-=-=--\r