Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3051C429E25 for ; Fri, 3 Jun 2011 14:34:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.01 X-Spam-Level: X-Spam-Status: No, score=0.01 tagged_above=-999 required=5 tests=[T_MIME_NO_TEXT=0.01] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KQyCf3P-Xhia for ; Fri, 3 Jun 2011 14:34:24 -0700 (PDT) Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2]) by olra.theworths.org (Postfix) with ESMTP id B910F431FB6 for ; Fri, 3 Jun 2011 14:34:24 -0700 (PDT) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B5EE829A56F; Fri, 3 Jun 2011 14:34:23 -0700 (PDT) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id A7F3325417E; Fri, 3 Jun 2011 14:34:23 -0700 (PDT) From: Carl Worth To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: normalizing part numbering across PGP/MIME processing In-Reply-To: <87k4daecmb.fsf@servo.factory.finestructure.net> References: <1306371680-19441-1-git-send-email-jrollins@finestructure.net> <1306492059-7706-1-git-send-email-jrollins@finestructure.net> <87lixr1w87.fsf@yoom.home.cworth.org> <87k4daecmb.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu) Date: Fri, 03 Jun 2011 14:34:17 -0700 Message-ID: <87fwnqlhuu.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 21:34:25 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Sat, 28 May 2011 14:31:08 -0700, Jameson Graef Rollins wrote: > On Fri, 27 May 2011 17:53:44 -0700, Carl Worth wrote: > > * Should we set the crypto option to verify/decrypt by default? ... > I don't really have an opinion on this. I have it set now, so whether > or not it's set by default doesn't make much difference to me. I'm inclined to set it by default. But I'll wait until I get it fully working, (which looks to be problems in my environment). See below. > > * I can't actually get decryption to work for me. :-( > >=20 > > When I run "notmuch show --decrypt" on a message encrypted with > > my public key I get a segfault within libgmime, specifically in > > the g_mime_session_request_passwd function. I'm still getting this. I'll start debugging libgmime next. > > $ gpg-agent > > gpg-agent: symbol lookup error: /usr/lib/libassuan.so.0: undefined sym= bol: gpg_err_set_errno That part I at least figured out. This behavior can be replicated (for me) = with: LD_LIBRARY_PATH=3D/usr/lib gpg-agent or: LD_LIBRARY_PATH=3D/usr/lib:/lib gpg-agent And it goes away with: LD_LIBRARY_PATH=3D/lib:/usr/lib gpg-agent It's still a mystifying bug in gpg-agent to me. But I've at least got my environment to no longer trigger it, and I've opened a Debian bug report for it at least. =2DCarl --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3pU1oACgkQ6JDdNq8qSWjOoQCfZObqfhHzD0fAvTiB668gmNs3 BM8AnRf7rZicwASMgQn2xR8tQ96S3Kgp =dVi7 -----END PGP SIGNATURE----- --=-=-=--