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 C8346431FBF; Tue, 24 Nov 2009 11:40:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 8uFL1daMcD75; Tue, 24 Nov 2009 11:40:39 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id F013B431FAE; Tue, 24 Nov 2009 11:40:38 -0800 (PST) From: Carl Worth To: Alexander Botero-Lowry , notmuch@notmuchmail.org In-Reply-To: <1259048707-3062-1-git-send-email-alex.boterolowry@gmail.com> References: <1259048707-3062-1-git-send-email-alex.boterolowry@gmail.com> Date: Tue, 24 Nov 2009 11:40:24 -0800 Message-ID: <87aaybd847.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 1/5] make headers locally expandable/collapsable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Tue, 24 Nov 2009 19:40:40 -0000 On Mon, 23 Nov 2009 23:45:03 -0800, Alexander Botero-Lowry wrote: > --- > notmuch.el | 18 +++++++++++++++--- > 1 files changed, 15 insertions(+), 3 deletions(-) Hmm... no real content for me to reply to here... :-) Anyway, this is really great stuff, Alexander. Thanks for coding it up! I've pushed it out now, (with a little bit more in the way of commit messages---thanks for humoring me). I noticed that I could open and re-collapse a message that notmuch initially presents as hidden, but I didn't seem to be able to collapse an initially-open message. Now, I'm sure that's due to broken-ness in code I wrote myself originally. But as a future-feature request, that might be some consistency that would be nice to have. -Carl