[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 00 / 2ba35b259f31b59e79635ac68cda4933921794
1 Return-Path: <Vladimir.Marek@Oracle.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 3803F431FBD\r
6         for <notmuch@notmuchmail.org>; Fri, 19 Apr 2013 07:29:08 -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.299\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id PTc1fBI1gPzk for <notmuch@notmuchmail.org>;\r
17         Fri, 19 Apr 2013 07:29:07 -0700 (PDT)\r
18 Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 93964431FAE\r
22         for <notmuch@notmuchmail.org>; Fri, 19 Apr 2013 07:29:07 -0700 (PDT)\r
23 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237])\r
24         by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with\r
25         ESMTP id r3JET05G014526\r
26         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);\r
27         Fri, 19 Apr 2013 14:29:01 GMT\r
28 Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85])\r
29         by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
30         r3JESwOL015687\r
31         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);\r
32         Fri, 19 Apr 2013 14:28:59 GMT\r
33 Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56])\r
34         by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
35         r3JESvnp010111; Fri, 19 Apr 2013 14:28:58 GMT\r
36 Received: from pub.cz.oracle.com (/10.163.101.122)\r
37         by default (Oracle Beehive Gateway v4.0)\r
38         with ESMTP ; Fri, 19 Apr 2013 07:28:57 -0700\r
39 Date: Fri, 19 Apr 2013 16:27:02 +0200\r
40 From: Vladimir Marek <Vladimir.Marek@Oracle.COM>\r
41 To: Blake Jones <blakej@foo.net>\r
42 Subject: Re: crash during saving\r
43 Message-ID: <20130419142702.GF11321@pub.cz.oracle.com>\r
44 Mail-Followup-To: Blake Jones <blakej@foo.net>, notmuch@notmuchmail.org\r
45 References: <20130417085354.GE7807@pub.cz.oracle.com>\r
46         <20041.1366207529@foo.net>\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain; charset=utf-8\r
49 Content-Disposition: inline\r
50 In-Reply-To: <20041.1366207529@foo.net>\r
51 User-Agent: Mutt/1.5.21 (2010-09-15)\r
52 X-Source-IP: acsinet21.oracle.com [141.146.126.237]\r
53 Cc: notmuch@notmuchmail.org\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 List-Id: "Use and development of the notmuch mail system."\r
58         <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
65         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Fri, 19 Apr 2013 14:29:08 -0000\r
67 \r
68 > > Right, so the problem really seems to be in throwing/catching\r
69 > > exception.  Function "_notmuch_message_remove_term" is supposed to\r
70 > > catch the exception and ignore it. Which does not happen in my case.\r
71\r
72 > Yep, that was exactly what I was seeing.\r
73 \r
74 At the end, the issue happens only when I try to link all the libraries\r
75 statically. I believe especially the problem is with linking STL library\r
76 statically. So I stopped doing that :)\r
77 \r
78 -- \r
79         Vlad\r