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 906A8431FD0 for ; Sun, 13 Mar 2011 13:43:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 B923a508vgGN for ; Sun, 13 Mar 2011 13:43:48 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 05BE3431FB5 for ; Sun, 13 Mar 2011 13:43:47 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 0A4182C0DA; Sun, 13 Mar 2011 21:43:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=EHVKzN0sSFQmq5fMVztKjY dUdDI=; b=StActSrra8tDifiWwEAi+Fiz1vxQ/awwjXj97Z9I7w0czwZzruLZhB ao5XzDhE1yAKZODC0OxtjRyAl27v27CaevfFSH/9LcpPVXiKoJnnk9NmqD72Tuv+ sdAkSeWTbTohQmlqPAaGAEmaeFXpbS5R7Hf0qtuSWAyAXkuCo9N6I= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Sun, 13 Mar 2011 21:43:45 +0100 (CET) From: Xavier Maillard To: Jameson Rollins Subject: Re: Backtrace with latest crypto branch In-Reply-To: <871v2fns81.fsf@servo.finestructure.net> References: <87bp1mpjva.fsf@servo.finestructure.net> <87ei6h41s6.fsf@servo.finestructure.net> <871v2fns81.fsf@servo.finestructure.net> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Sun, 13 Mar 2011 21:53:25 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2011 20:43:49 -0000 Hi On Thu, 10 Mar 2011 03:13:34 -0800, Jameson Rollins wrote: > On Wed, 09 Mar 2011 22:14:55 +0100, Xavier Maillard wrote: > > I did update and restarted emacs, yes. > > Pressing RET on any message failed with the given backtrace. It also > > just displays headers but nothing about the content which is just > > trashed away (in the backtrace); any child message is also just trashed. > > Hey, Xavier. Let's go back a step. Do you see the same problem when > you view the message from the command line? Maybe I am unclear but the problem is with notmuch.el not the binary. > Try: > > notmuch show --format=json --verify id:87ei6h41s6.fsf@servo.finestructure.net > > Do you see the body of the message ok in the json output? I see a lot of things including messages content. /Xavier