[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / d5 / 2e7e669f34648721a8d08ede2d979990def1c8
1 Return-Path: <dmitry.kurochkin@gmail.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 97A91431FD0\r
6         for <notmuch@notmuchmail.org>; Tue,  6 Sep 2011 09:49:43 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 VU-LdsQPXWs1 for <notmuch@notmuchmail.org>;\r
17         Tue,  6 Sep 2011 09:49:43 -0700 (PDT)\r
18 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
19  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  00B66431FB6    for <notmuch@notmuchmail.org>; Tue,  6 Sep 2011 09:49:42 -0700\r
22  (PDT)\r
23 Received: by wwg9 with SMTP id 9so5239714wwg.2\r
24         for <notmuch@notmuchmail.org>; Tue, 06 Sep 2011 09:49:41 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=neciIo3pYHAF9cJgwc09l46ymRSIaI81bg5mI8+6ms0=;\r
29         b=Pd9YERMDlv82coyZHBgMQPLKOEaOkb8UXHgEjaZNZqgTCYCWAcVZHuzCw4vt0Fc2DD\r
30         8edCKox844cTLI2di8U73XgkDkjLWEOLqIKi7VgFcA1Sojt7YE7tkVLPu1tKjZ0Gozxe\r
31         0N5s9aBu4KBUEtsEdFZ7NYwYcxfBCMySexaHY=\r
32 Received: by 10.227.156.76 with SMTP id v12mr780233wbw.101.1315327781367;\r
33         Tue, 06 Sep 2011 09:49:41 -0700 (PDT)\r
34 Received: from localhost (ppp-94-66-133-202.home.otenet.gr [94.66.133.202])\r
35         by mx.google.com with ESMTPS id ev5sm640824wbb.11.2011.09.06.09.49.38\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Tue, 06 Sep 2011 09:49:39 -0700 (PDT)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
40         Notmuch Mail <notmuch@notmuchmail.org>\r
41 Subject: Re: [PATCH] Do not attept to output part raw if part is not\r
42  GMimePart.\r
43 In-Reply-To: <874o0pk4ff.fsf@servo.factory.finestructure.net>\r
44 References: <1307032735-27427-1-git-send-email-jrollins@finestructure.net>\r
45         <1307120466-4980-1-git-send-email-jrollins@finestructure.net>\r
46         <874o0pk4ff.fsf@servo.factory.finestructure.net>\r
47 User-Agent: Notmuch/0.7-48-g3fe340f (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Tue, 06 Sep 2011 19:49:47 +0300\r
50 Message-ID: <87mxehehuc.fsf@gmail.com>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Tue, 06 Sep 2011 16:49:43 -0000\r
66 \r
67 Hi Jamie.\r
68 \r
69 On Tue, 06 Sep 2011 09:43:00 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
70 > On Fri,  3 Jun 2011 10:01:06 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
71 > > This was a minor oversite in checking of part type when outputing\r
72 > > content raw.  This was causing gmime was to throw an exception to\r
73 > > stderr.\r
74\r
75 > I'm finding it perplexing that this patch still hasn't been applied,\r
76 > considering how small it is and that it fixes a real bug.  Isn't anyone\r
77 > else experiencing this same issue?  I would really like to hear either\r
78 > way, if people either are or are *not* experiencing this issue.\r
79\r
80 > To reiterate, this bug can be triggered very simply with the following\r
81 > command:\r
82\r
83 > $ notmuch show --part=1 --format=raw id:"87wrgccedd.fsf@yoom.home.cworth.org" >/dev/null\r
84\r
85 > Please do let me know want you find.\r
86\r
87 \r
88 For me this results in:\r
89 \r
90 (process:15727): GLib-GObject-WARNING **: invalid cast from `GMimeMultipart' to `GMimePart'\r
91 \r
92 (process:15727): gmime-CRITICAL **: g_mime_part_get_content_object: assertion `GMIME_IS_PART (mime_part)' failed\r
93 \r
94 (process:15727): GLib-GObject-WARNING **: invalid cast from `GMimeMultipartSigned' to `GMimePart'\r
95 \r
96 (process:15727): gmime-CRITICAL **: g_mime_part_get_content_object: assertion `GMIME_IS_PART (mime_part)' failed\r
97 \r
98 HTH,\r
99   Dmitry\r
100 \r
101 > jamie.\r
102 > _______________________________________________\r
103 > notmuch mailing list\r
104 > notmuch@notmuchmail.org\r
105 > http://notmuchmail.org/mailman/listinfo/notmuch\r