Missing headers when forwarding html message as RFC822
[notmuch-archives.git] / 5d / 4ff84597c94976e833b682a9c1d7b2f4f2fe84
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 549626DE13EA\r
6  for <notmuch@notmuchmail.org>; Wed, 21 Oct 2015 11:56:50 -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.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.1 tagged_above=-999 required=5 tests=[AWL=0.100]\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 4M0pKjxm6LSc for <notmuch@notmuchmail.org>;\r
16  Wed, 21 Oct 2015 11:56:47 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id ADA1C6DE13A3\r
19  for <notmuch@notmuchmail.org>; Wed, 21 Oct 2015 11:56:47 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1ZoyYK-00063p-3U; Wed, 21 Oct 2015 18:56:00 +0000\r
23 Received: (nullmailer pid 29548 invoked by uid 1000); Wed, 21 Oct 2015\r
24  18:55:49 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Robert =?utf-8?Q?K=C3=BCnnemann?= <robert@kunnemann.de>,\r
27  notmuch@notmuchmail.org\r
28 Subject: Re: [bug] Python bindings fail to load shared libraries in MacOS El\r
29  Capitan\r
30 In-Reply-To: <20151019115321.GA74194@pc-kuennemann.sit.fraunhofer.de>\r
31 References: <20151019115321.GA74194@pc-kuennemann.sit.fraunhofer.de>\r
32 User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Wed, 21 Oct 2015 15:55:48 -0300\r
35 Message-ID: <87pp08t5jf.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=utf-8\r
38 Content-Transfer-Encoding: quoted-printable\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\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: Wed, 21 Oct 2015 18:56:50 -0000\r
52 \r
53 Robert K=C3=BCnnemann <robert@kunnemann.de> writes:\r
54 >\r
55 > nmlib =3D CDLL("libnotmuch.so.{0:s}".format(SOVERSION))\r
56 >\r
57 > in globals.py\r
58 >\r
59 > nmlib =3D CDLL("/usr/local/lib/libnotmuch.{0:s}.dylib".format(SOVERSION))\r
60 \r
61 In recent versions of notmuch there's already code there to detect MacOS\r
62 and do something different. Are you saying that detection is not\r
63 working? Also, it seems like you are coding the absolute path name of\r
64 the library. Is that really necessary?\r
65 \r
66 d\r
67 \r