Re: Bug/Issue: References header doesn't wrap in emacs package
[notmuch-archives.git] / 09 / ec00b60c9ec81f56785fa13e9fff82798914db
1 Return-Path: <david@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 arlo.cworth.org (Postfix) with ESMTP id A911A6DE15E3\r
6  for <notmuch@notmuchmail.org>; Sun, 14 Jun 2015 11:36:14 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.188\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.188 tagged_above=-999 required=5 tests=[AWL=0.188]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id DzjU3Xj2nUr6 for <notmuch@notmuchmail.org>;\r
16  Sun, 14 Jun 2015 11:36:12 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 8B0B86DE13AB\r
20  for <notmuch@notmuchmail.org>; Sun, 14 Jun 2015 11:36:12 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1Z4Ck1-0006NK-5x; Sun, 14 Jun 2015 18:34:45 +0000\r
24 Received: (nullmailer pid 15760 invoked by uid 1000); Sun, 14 Jun 2015\r
25  18:34:26 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable\r
29 In-Reply-To: <yq657fr6tj64.fsf@jinwoo-macbookair.roam.corp.google.com>\r
30 References: <1433142542-2307-3-git-send-email-david@tethera.net>\r
31  <1434261524-14139-1-git-send-email-david@tethera.net>\r
32  <yq65a8w2u7yv.fsf@jinwoo-macbookair.roam.corp.google.com>\r
33  <87r3peye4q.fsf@maritornes.cs.unb.ca>\r
34  <yq657fr6tj64.fsf@jinwoo-macbookair.roam.corp.google.com>\r
35 User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Sun, 14 Jun 2015 20:34:26 +0200\r
38 Message-ID: <87oaki3zrh.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.18\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sun, 14 Jun 2015 18:36:14 -0000\r
54 \r
55 Jinwoo Lee <jinwoo68@gmail.com> writes:\r
56 \r
57 > When I apply those 2 patches from you, things seem to work.  I still get\r
58 > warnings like below, but they don't seem severe.  I'm not sure if the\r
59 > ruby binding actually works though.\r
60 >\r
61 > ld: warning: ignoring file ../../lib/libnotmuch.dylib, file was built for x86_64 which is not the architecture being linked (i386): ../../lib/libnotmuch.dylib\r
62 >\r
63 \r
64 That one is a bit worrying, but I don't know enough about OS X to know\r
65 for sure. If you have time/interest, can you try running the tests in\r
66 \r
67     id:1433142542-2307-5-git-send-email-david@tethera.net\r
68 \r
69 Just apply the patch and make tests. That should indicate if the\r
70 bindings are basically working.\r
71 \r
72 d\r