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 6D3EE431FB6 for ; Wed, 9 Mar 2011 13:05:33 -0800 (PST) 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 d0fsBUPU2K-S for ; Wed, 9 Mar 2011 13:05:31 -0800 (PST) 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 521B7431FB5 for ; Wed, 9 Mar 2011 13:05:31 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 4348F1E07A; Wed, 9 Mar 2011 22:05:23 +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=Q9Ft/UrTsQHMgmY0C5XE4E Sp3Ew=; b=Es/v+BhXPLdc6QqfZunPfC3+R/J0Tia8OFETGz6Kov5YccJcz2o1qa sjzyUiZ8pFin2aG3dYU9I5xWa6kywc4I81YmAURy4ZjHnyscRWuya7r4PmHa8C7r c96/f/W1kpLZZuw9Vnz74wepFycejqdbTpAIJBRxZEbT5C/FzOXow= 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; Wed, 9 Mar 2011 22:05:23 +0100 (CET) From: Xavier Maillard To: Jameson Rollins Subject: Re: Backtrace with latest crypto branch In-Reply-To: <87ei6h41s6.fsf@servo.finestructure.net> References: <87bp1mpjva.fsf@servo.finestructure.net> <87ei6h41s6.fsf@servo.finestructure.net> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Wed, 09 Mar 2011 22:14:55 +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: Wed, 09 Mar 2011 21:05:33 -0000 Hi, On Tue, 08 Mar 2011 15:42:49 -0800, Jameson Rollins wrote: > On Tue, 08 Mar 2011 23:37:45 +0100, Xavier Maillard wrote: > > The problem is when I am trying to display any message from you using > > the crypto branch. The right configuration variable is explictly set: > > Ok, and what's the problem you're seeing? You're trying to display in > emacs? Did you restart your emacs session after rebuilding the code > with the head of the crypto branch? 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. In the end, buffer just look like this (for example): From: Xavier Maillard To: Jameson Rollins Cc: notmuch@notmuchmail.org Subject: Re: Backtrace with latest crypto branch In-Reply-To: <87ei6h41s6.fsf@servo.finestructure.net> Content-Type: multipart/mixed > Also, I would prefer to keep this questions on list, so that others can > benefit from their answers, or help with the answers when I can't. No problem, Cc'ing accordingly. Hope that'll help in debugging this issue. /Xavier