Re: notmuch-emacs should correctly handle signature status on reply
[notmuch-archives.git] / d6 / 3d6e0c8a16d072666e43ff83cd3f61a381ab6f
1 Return-Path: <bremner@unb.ca>\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 3AB16431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 31 Oct 2011 05:07:12 -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.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 irNY0TtzBnT0 for <notmuch@notmuchmail.org>;\r
16         Mon, 31 Oct 2011 05:07:11 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\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 AC89B431FB6\r
21         for <notmuch@notmuchmail.org>; Mon, 31 Oct 2011 05:07:11 -0700 (PDT)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p9VC75C8010123;\r
24         Mon, 31 Oct 2011 09:07:06 -0300\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1RKqdt-0004yD-Sd; Mon, 31 Oct 2011 09:07:05 -0300\r
28 From: David Bremner <david@tethera.net>\r
29 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH] remove GCC visibility pragmas\r
31 In-Reply-To: <yf67h3lgyjr.fsf@taco2.nixu.fi>\r
32 References: <yf67h3lgyjr.fsf@taco2.nixu.fi>\r
33 User-Agent: Notmuch/0.9+20~ga1ca7e8 (http://notmuchmail.org) Emacs/23.3.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Mon, 31 Oct 2011 09:07:05 -0300\r
36 Message-ID: <8762j5icuu.fsf@convex-new.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 31 Oct 2011 12:07:12 -0000\r
52 \r
53 On Mon, 31 Oct 2011 14:01:28 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
54 > libnotmuch.so.* linking fail on some environments. According to\r
55 > David Bremner on irc:\r
56 >  "We jump through hoops with the linker script (notmuch.sym) so\r
57 >  the pragmas are not needed. And they are a little bizarre in a\r
58 >  library anyway..."\r
59 \r
60 Despite the dubious people referenced, I pushed this patch.\r
61 \r
62 ;)\r
63 \r
64 d\r