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 6B335431FBF for ; Tue, 24 Nov 2009 11:49:41 -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 uuayMTQroLY6 for ; Tue, 24 Nov 2009 11:49:40 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id 9617C431FBC for ; Tue, 24 Nov 2009 11:49:40 -0800 (PST) Received: by bwz24 with SMTP id 24so5308726bwz.30 for ; Tue, 24 Nov 2009 11:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject :in-reply-to:references:date:message-id:mime-version:content-type; bh=9L9htNH8ONOdlL7pm3JO89FoSwJS2TRMi+SEYPKhvmU=; b=sUrwUuJWr06JR2QJJ81e8gH8BTYpA87pcNubRFzgeqeWXwg3SmpPnn9tE2WOGfYEo+ N7FZ7AddHTWctXWLbw2k4t6PZOSMcQ725aLy7ReQ6/ioPV2qOWkE7AkJxm/RQ1+il8dh Yh7khmLqVAkrixgBw3zBCclmHa9DHUapjkVsw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-type; b=QBLq278ZL9Zbr+hOu7ch5MOmsTLe3KOkSkr9EOm95vdugP3FK9FNGIufxEj5Y94CKo Xw6U2zFHhB5/XgPoNQpEeP8IVIpGxNRuXVjQcQGqSIHX5UjVrEt8rig6EQTx69l31UoH pCiJ72/qxgqNOSxHoprc+zj/V8ustaoRik/CM= Received: by 10.204.150.77 with SMTP id x13mr6438667bkv.100.1259092179505; Tue, 24 Nov 2009 11:49:39 -0800 (PST) Received: from fortitudo (nat08.metaweb.com [208.68.111.135]) by mx.google.com with ESMTPS id 13sm1942376fxm.1.2009.11.24.11.49.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Nov 2009 11:49:38 -0800 (PST) Received: from alexbl (uid 1001) (envelope-from alexbl@fortitudo.i-did-not-set--mail-host-address--so-tickle-me) id 70c5 by fortitudo (DragonFly Mail Agent) Tue, 24 Nov 2009 11:49:40 -0800 From: Alexander Botero-Lowry To: Carl Worth , notmuch@notmuchmail.org In-Reply-To: <87aaybd847.fsf@yoom.home.cworth.org> References: <1259048707-3062-1-git-send-email-alex.boterolowry@gmail.com> <87aaybd847.fsf@yoom.home.cworth.org> Date: Tue, 24 Nov 2009 11:49:40 -0800 Message-ID: <86aaybbt4b.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me> 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:49:41 -0000 On Tue, 24 Nov 2009 11:40:24 -0800, Carl Worth wrote: [snip] > Anyway, this is really great stuff, Alexander. Thanks for coding it up! > Awesome thanks. Makes things much more useable anyway. :) > I've pushed it out now, (with a little bit more in the way of commit > messages---thanks for humoring me). > Ahh, come on, Lorem Ipsum was such a clear and detailed commit message. :D > 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. > Odd. I wouldn't be suprised were that behavior the case, but I can not reproduce it locally. I totally agree it should be the case, but I seem to be able to expand collapse already open messages without a problem.. alex