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 D7E114196F3 for ; Mon, 29 Mar 2010 02:27:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.2 X-Spam-Level: X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham 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 XF1GqxeCjkkx for ; Mon, 29 Mar 2010 02:27:23 -0700 (PDT) Received: from e23smtp02.au.ibm.com (e23smtp02.au.ibm.com [202.81.31.144]) by olra.theworths.org (Postfix) with ESMTP id B6E8C4196F2 for ; Mon, 29 Mar 2010 02:27:22 -0700 (PDT) Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp02.au.ibm.com (8.14.3/8.13.1) with ESMTP id o2T9O17q002451 for ; Mon, 29 Mar 2010 20:24:01 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2T9LEEI1753232 for ; Mon, 29 Mar 2010 20:21:14 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o2T9RKHL013432 for ; Mon, 29 Mar 2010 20:27:20 +1100 Received: from skywalker.linux.vnet.ibm.com ([9.77.213.107]) by d23av02.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id o2T9RFDR013278; Mon, 29 Mar 2010 20:27:17 +1100 From: "Aneesh Kumar K. V" To: David Edmondson , Fernando Carrijo , notmuch@notmuchmail.org In-Reply-To: <87634fv65u.fsf@uf.hh.sledj.net> References: <87iq8o76r8.fsf@uf.hh.sledj.net> <87aatvnnjx.fsf@linux.vnet.ibm.com> <87vdciub41.fsf@uf.hh.sledj.net> <87eij4v0nj.fsf@yahoo.com.br> <87634fv65u.fsf@uf.hh.sledj.net> Date: Mon, 29 Mar 2010 14:57:14 +0530 Message-ID: <87k4svh40d.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] JSON based emacs UI 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: Mon, 29 Mar 2010 09:27:24 -0000 On Mon, 29 Mar 2010 10:17:01 +0100, David Edmondson wrote: > On Sun, 28 Mar 2010 14:03:44 -0300, Fernando Carrijo wrote: > > David Edmondson wrote: > > > 'RET' anywhere in the message is supposed to toggle visibility of the > > > message. That was not working perfectly - a little forced redisplay > > > helped (just pushed). > > > > > > Toggling the visibility of headers is done with 'h'. There's currently > > > no way to do that by pressing 'RET' somewhere. (You can also toggle the > > > body with 'b'.) > > > > I fear this is not correct. I cloned notmuch from Carl's git repository, > > and whenever I press 'RET' while the point is over the subject line, the > > result is the same as pressing 'h': the subject information gets toggled. > > Is this considered a feature that blocks people from switching to the > JSON based UI? > For me it is not an issue and i already switched to jason based ui. The diff-mode for inline patch itself is a big motivation for me to switch. -aneesh