[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / e0 / 17d5815208c6e7cecc2ae516185beb4dbb80ba
1 Return-Path: <cworth@cworth.org>\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 3051C429E25\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Jun 2011 14:34:25 -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.01\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
12         tests=[T_MIME_NO_TEXT=0.01] 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 KQyCf3P-Xhia for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Jun 2011 14:34:24 -0700 (PDT)\r
17 Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2])\r
18         by olra.theworths.org (Postfix) with ESMTP id B910F431FB6\r
19         for <notmuch@notmuchmail.org>; Fri,  3 Jun 2011 14:34:24 -0700 (PDT)\r
20 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
21         by arlo.cworth.org (Postfix) with ESMTP id B5EE829A56F;\r
22         Fri,  3 Jun 2011 14:34:23 -0700 (PDT)\r
23 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
24         id A7F3325417E; Fri,  3 Jun 2011 14:34:23 -0700 (PDT)\r
25 From: Carl Worth <cworth@cworth.org>\r
26 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
27  notmuch@notmuchmail.org\r
28 Subject: Re: normalizing part numbering across PGP/MIME processing\r
29 In-Reply-To: <87k4daecmb.fsf@servo.factory.finestructure.net>\r
30 References: <1306371680-19441-1-git-send-email-jrollins@finestructure.net>\r
31         <1306492059-7706-1-git-send-email-jrollins@finestructure.net>\r
32         <87lixr1w87.fsf@yoom.home.cworth.org>\r
33         <87k4daecmb.fsf@servo.factory.finestructure.net>\r
34 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
35         (i486-pc-linux-gnu)\r
36 Date: Fri, 03 Jun 2011 14:34:17 -0700\r
37 Message-ID: <87fwnqlhuu.fsf@yoom.home.cworth.org>\r
38 MIME-Version: 1.0\r
39 Content-Type: multipart/signed; boundary="=-=-=";\r
40         micalg=pgp-sha1; protocol="application/pgp-signature"\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\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: Fri, 03 Jun 2011 21:34:25 -0000\r
54 \r
55 --=-=-=\r
56 Content-Transfer-Encoding: quoted-printable\r
57 \r
58 On Sat, 28 May 2011 14:31:08 -0700, Jameson Graef Rollins <jrollins@finestr=\r
59 ucture.net> wrote:\r
60 > On Fri, 27 May 2011 17:53:44 -0700, Carl Worth <cworth@cworth.org> wrote:\r
61 > >   * Should we set the crypto option to verify/decrypt by default?\r
62 ...\r
63 > I don't really have an opinion on this.  I have it set now, so whether\r
64 > or not it's set by default doesn't make much difference to me.\r
65 \r
66 I'm inclined to set it by default. But I'll wait until I get it fully\r
67 working, (which looks to be problems in my environment). See below.\r
68 \r
69 > >   * I can't actually get decryption to work for me. :-(\r
70 > >=20\r
71 > >     When I run "notmuch show --decrypt" on a message encrypted with\r
72 > >     my public key I get a segfault within libgmime, specifically in\r
73 > >     the g_mime_session_request_passwd function.\r
74 \r
75 I'm still getting this. I'll start debugging libgmime next.\r
76 \r
77 > >     $ gpg-agent\r
78 > >     gpg-agent: symbol lookup error: /usr/lib/libassuan.so.0: undefined sym=\r
79 bol: gpg_err_set_errno\r
80 \r
81 That part I at least figured out. This behavior can be replicated (for me) =\r
82 with:\r
83 \r
84         LD_LIBRARY_PATH=3D/usr/lib gpg-agent\r
85 \r
86 or:\r
87 \r
88         LD_LIBRARY_PATH=3D/usr/lib:/lib gpg-agent\r
89 \r
90 And it goes away with:\r
91 \r
92         LD_LIBRARY_PATH=3D/lib:/usr/lib gpg-agent\r
93 \r
94 It's still a mystifying bug in gpg-agent to me. But I've at least got my\r
95 environment to no longer trigger it, and I've opened a Debian bug report\r
96 for it at least.\r
97 \r
98 =2DCarl\r
99 \r
100 --=-=-=\r
101 Content-Type: application/pgp-signature\r
102 \r
103 -----BEGIN PGP SIGNATURE-----\r
104 Version: GnuPG v1.4.11 (GNU/Linux)\r
105 \r
106 iEYEARECAAYFAk3pU1oACgkQ6JDdNq8qSWjOoQCfZObqfhHzD0fAvTiB668gmNs3\r
107 BM8AnRf7rZicwASMgQn2xR8tQ96S3Kgp\r
108 =dVi7\r
109 -----END PGP SIGNATURE-----\r
110 --=-=-=--\r