Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / ad / b79c96d7a69a1a976903b7b99841a3016c9049
1 Return-Path: <tomi.ollila@nixu.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 01FB9431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 31 Oct 2011 05:01:34 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 eM3oH5-QDWbc for <notmuch@notmuchmail.org>;\r
16         Mon, 31 Oct 2011 05:01:33 -0700 (PDT)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 1B249431FB6\r
21         for <notmuch@notmuchmail.org>; Mon, 31 Oct 2011 05:01:32 -0700 (PDT)\r
22 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         p9VC1VE9029276\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)\r
26         for <notmuch@notmuchmail.org>; Mon, 31 Oct 2011 14:01:31 +0200\r
27 Received: (from too@localhost)\r
28         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9VC1SQJ029275;\r
29         Mon, 31 Oct 2011 14:01:28 +0200\r
30 X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
31         tomi.ollila@nixu.com using -f\r
32 From: Tomi Ollila <tomi.ollila@iki.fi>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH] remove GCC visibility pragmas\r
35 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
36         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
37         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
38 Date: Mon, 31 Oct 2011 14:01:28 +0200\r
39 Message-ID: <yf67h3lgyjr.fsf@taco2.nixu.fi>\r
40 User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain\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: Mon, 31 Oct 2011 12:01:35 -0000\r
56 \r
57 libnotmuch.so.* linking fail on some environments. According to\r
58 David Bremner on irc:\r
59  "We jump through hoops with the linker script (notmuch.sym) so\r
60  the pragmas are not needed. And they are a little bizarre in a\r
61  library anyway..."\r
62 ---\r
63  util/xutil.h |    4 ----\r
64  1 files changed, 0 insertions(+), 4 deletions(-)\r
65 \r
66 diff --git a/util/xutil.h b/util/xutil.h\r
67 index 9299256..b84e0e2 100644\r
68 --- a/util/xutil.h\r
69 +++ b/util/xutil.h\r
70 @@ -25,8 +25,6 @@\r
71  #include <sys/types.h>\r
72  #include <regex.h>\r
73  \r
74 -#pragma GCC visibility push(hidden)\r
75 -\r
76  /* xutil.c */\r
77  void *\r
78  xcalloc (size_t nmemb, size_t size);\r
79 @@ -51,6 +49,4 @@ int\r
80  xregexec (const regex_t *preg, const char *string,\r
81           size_t nmatch, regmatch_t pmatch[], int eflags);\r
82  \r
83 -#pragma GCC visibility pop\r
84 -\r
85  #endif\r
86 -- \r
87 1.7.6.2\r