Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2a / bd63e49f45b5c421ffbc05bfcfb7f49078f7c3
1 Return-Path: <bremner@tethera.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 1E42B431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 13:34:40 -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 l-wOX2uuRfMW for <notmuch@notmuchmail.org>;\r
16         Sat, 16 Jul 2011 13:34:38 -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 17745431FB6\r
21         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 13:34:37 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc30w-142167167212.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.167.212]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p6GKYZew014823\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)\r
27         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 17:34:36 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@tethera.net>) id 1QiBZL-0008VY-Dz\r
30         for notmuch@notmuchmail.org; Sat, 16 Jul 2011 17:34:35 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: \r
34 Date: Sat, 16 Jul 2011 17:34:26 -0300\r
35 Message-Id: <1310848468-27665-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.5.4\r
37 In-Reply-To: <87liw4ei1t.fsf@zancas.localnet>\r
38 References: <87liw4ei1t.fsf@zancas.localnet>\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: Sat, 16 Jul 2011 20:34:40 -0000\r
52 \r
53 So, my conclusion is that we need to export these typeinfo symbols,\r
54 and it seems to be sufficient to do so to fix the failing tests and\r
55 crashes discussed above. I think I managed to add them to the debian\r
56 symbols file in a better way, so every toolchain change and different\r
57 architecture doesn't make the symbols checking barf. We'll have to see\r
58 about that; at least it builds cleanly on i386 and amd64.\r
59 \r
60 In any case, if no-one has strong objections, I plan to push this\r
61 (first to release for the fabled bug-fix release, and then merge to\r
62 master).\r
63 \r