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 B37894196F3 for ; Sun, 28 Mar 2010 10:03:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.702 X-Spam-Level: X-Spam-Status: No, score=0.702 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, UNPARSEABLE_RELAY=0.001] 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 cO9wSxtpurix for ; Sun, 28 Mar 2010 10:03:24 -0700 (PDT) Received: from n13.bullet.mail.mud.yahoo.com (n13.bullet.mail.mud.yahoo.com [68.142.206.40]) by olra.theworths.org (Postfix) with SMTP id 035C44196F2 for ; Sun, 28 Mar 2010 10:03:23 -0700 (PDT) Received: from [68.142.200.227] by n13.bullet.mail.mud.yahoo.com with NNFMP; 28 Mar 2010 17:03:23 -0000 Received: from [68.142.201.244] by t8.bullet.mud.yahoo.com with NNFMP; 28 Mar 2010 17:03:23 -0000 Received: from [127.0.0.1] by omp405.mail.mud.yahoo.com with NNFMP; 28 Mar 2010 17:03:23 -0000 X-Yahoo-Newman-Id: 453654.72750.bm@omp405.mail.mud.yahoo.com Received: (qmail 8014 invoked from network); 28 Mar 2010 17:03:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=yOrcpLE1C68SbLUzn8+68szTu195YxRJiVhh74FG5ded1RfA8Gj018NwEKyqUzjG0W5K+3xo/Y7MeH3KI3iDoaWUOKV1eRZ6cbgMY+zSLaMvrd5b/sHRnV4uxlEbQtgoSbsvBfzA3zrIJZo7fcaQcqGRuq0qZ8oYvvkw8HktREo= ; Received: from 201-67-50-50.gnace703.dsl.brasiltelecom.net.br (fcarrijo@201.67.50.50 with plain) by smtp142.mail.mud.yahoo.com with SMTP; 28 Mar 2010 10:03:22 -0700 PDT X-Yahoo-SMTP: NgkT36eswBAymTD26_IxCjMQ0A5a X-YMail-OSG: EiRZYvQVM1lltRyOnXhanT395dPlXqIRrSspnFPQAYYYzu_EiqDJRd79BCZ8agtuwzJGmyU5QTzC8R9lV.VcRw5uVMRf3T92U2zr8iZq2dHnMVyEroZTr8MHgK8ugN1.rYIqpxrouC_eNLA8pb6.BUrjJdb0biUpJISZRf278SxvT2goX5FBw2HYL6AjRsLyJ_9UjBg2wA14V7VD6ruN3jLF5zGWFtvsLpmafG9EKhs.yyRlDb5dy_b7PlcDytPi_BEzb0lyTXmAz6sTAplg.XeVovDEUx5usAy5QqAyDw-- X-Yahoo-Newman-Property: ymail-3 From: Fernando Carrijo To: David Edmondson , "Aneesh Kumar K. V" , notmuch@notmuchmail.org In-Reply-To: <87vdciub41.fsf@uf.hh.sledj.net> References: <87iq8o76r8.fsf@uf.hh.sledj.net> <87aatvnnjx.fsf@linux.vnet.ibm.com> <87vdciub41.fsf@uf.hh.sledj.net> Date: Sun, 28 Mar 2010 14:03:44 -0300 Message-ID: <87eij4v0nj.fsf@yahoo.com.br> 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: Sun, 28 Mar 2010 17:03:24 -0000 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. I didn't read this whole thread, though. Maybe you're talking about some JSON powered feature-branch? > > dme. > -- > David Edmondson, http://dme.org