Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / c4 / 9af424f0f882ef4823dd193e40a6c789a30bbb
1 Return-Path: <felipe.contreras@gmail.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 F0CE6431FD6\r
6         for <notmuch@notmuchmail.org>; Mon, 30 Sep 2013 09:34:43 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 i5f5CgFcBo8M for <notmuch@notmuchmail.org>;\r
17         Mon, 30 Sep 2013 09:34:36 -0700 (PDT)\r
18 Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com\r
19         [209.85.214.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 9EBAA431FC4\r
22         for <notmuch@notmuchmail.org>; Mon, 30 Sep 2013 09:34:34 -0700 (PDT)\r
23 Received: by mail-ob0-f180.google.com with SMTP id wm4so4968833obc.25\r
24         for <notmuch@notmuchmail.org>; Mon, 30 Sep 2013 09:34:34 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=ydurG67l5OD0D3EVnAFU3qH2WSBLuedTikYV4gip+vQ=;\r
28         b=O+AGS287JsC96K4QGfk+vKs6qAnEjEt30eapqGvmy+J3ozx7eaw1Nif5tbeMRXKC1U\r
29         vW+4mMIbC5hIKjBRe/WEF0XKuL3sPFuicfyJ8x7SC3twTqxEyK4qJ7C5WwD/ef+Q8T3F\r
30         djZsWVagf1GHa8KiEv715WmFeTiVxkhLkttKqWuxlqbk4s4WsWb5zlUiLXE5v8Gv9bic\r
31         FeKqtRk4k61ezAn5XwRyhy2UzDMwc22S3uNWT19Ln+X3Ea+UAko4SVtjO3iq/xxnp02X\r
32         q6mJkS6wHvpjVJDrf29H00gtAoa+z9fMlUeVt7n+1Ek4SzyUfG+L+zqMdgcF1oBgpFt6\r
33         58Hw==\r
34 X-Received: by 10.182.247.68 with SMTP id yc4mr919488obc.67.1380558874235;\r
35         Mon, 30 Sep 2013 09:34:34 -0700 (PDT)\r
36 Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241])\r
37         by mx.google.com with ESMTPSA id\r
38         hs4sm1656210obb.5.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
40         Mon, 30 Sep 2013 09:34:33 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 2/3] ruby: allow build with RUNPATH\r
44 Date: Mon, 30 Sep 2013 11:28:42 -0500\r
45 Message-Id: <1380558523-6913-3-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.8.4-fc\r
47 In-Reply-To: <1380558523-6913-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1380558523-6913-1-git-send-email-felipe.contreras@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 30 Sep 2013 16:34:44 -0000\r
62 \r
63 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
64 ---\r
65  bindings/ruby/extconf.rb | 3 +++\r
66  1 file changed, 3 insertions(+)\r
67 \r
68 diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb\r
69 index 6160db2..778016f 100644\r
70 --- a/bindings/ruby/extconf.rb\r
71 +++ b/bindings/ruby/extconf.rb\r
72 @@ -13,6 +13,9 @@ $INCFLAGS = "-I#{dir} #{$INCFLAGS}"\r
73  # make sure there are no undefined symbols\r
74  $LDFLAGS += ' -Wl,--no-undefined'\r
75  \r
76 +# enable RUNPATH\r
77 +$LDFLAGS += ' -Wl,--enable-new-dtags'\r
78 +\r
79  def have_local_library(lib, path, func, headers = nil)\r
80    checking_for checking_message(func, lib) do\r
81      lib = File.join(path, lib)\r
82 -- \r
83 1.8.4-fc\r
84 \r