From 57c21d28af61230f8b4425ffb08315e12ff77deb Mon Sep 17 00:00:00 2001 From: Fernando Carrijo Date: Mon, 29 Mar 2010 14:07:52 +2100 Subject: [PATCH] Re: [notmuch] JSON based emacs UI --- e5/43c77ff681f28b2d258698cd4f21f00fbcb3eb | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 e5/43c77ff681f28b2d258698cd4f21f00fbcb3eb diff --git a/e5/43c77ff681f28b2d258698cd4f21f00fbcb3eb b/e5/43c77ff681f28b2d258698cd4f21f00fbcb3eb new file mode 100644 index 000000000..bbab25e55 --- /dev/null +++ b/e5/43c77ff681f28b2d258698cd4f21f00fbcb3eb @@ -0,0 +1,92 @@ +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 91EA14196F3 + for ; Sun, 28 Mar 2010 10:07:10 -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 VvqTMT7wkWiQ for ; + Sun, 28 Mar 2010 10:07:09 -0700 (PDT) +Received: from n23a.bullet.mail.mud.yahoo.com (n23a.bullet.mail.mud.yahoo.com + [68.142.207.189]) + by olra.theworths.org (Postfix) with SMTP id 44DCC4196F2 + for ; Sun, 28 Mar 2010 10:07:09 -0700 (PDT) +Received: from [68.142.200.226] by n23.bullet.mail.mud.yahoo.com with NNFMP; + 28 Mar 2010 17:07:08 -0000 +Received: from [68.142.201.69] by t7.bullet.mud.yahoo.com with NNFMP; + 28 Mar 2010 17:07:08 -0000 +Received: from [127.0.0.1] by omp421.mail.mud.yahoo.com with NNFMP; + 28 Mar 2010 17:07:08 -0000 +X-Yahoo-Newman-Id: 831148.67831.bm@omp421.mail.mud.yahoo.com +Received: (qmail 11572 invoked from network); 28 Mar 2010 17:07:08 -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=13Eu0PYeY002l2billIFoGdVO3kSO83tBnexTI7IswxWzLLCgOz0iqO9FEAu/OsDHPCjn/1HWV+nFaeb/Zpqy3ZhTzOvrNFs+hQ+xx20o8G8D+8A9KSPMZQxgRVwRanQ1XdTgWfNhn5JbOLCTyrp036icoI/R5czHJCW25CJbEY= ; +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:07:08 -0700 PDT +X-Yahoo-SMTP: NgkT36eswBAymTD26_IxCjMQ0A5a +X-YMail-OSG: w_PNY.UVM1knE7wqgG4XpXa4KhxAn0DYl.vN8AbPxpajo.Dh5_6n2SwCFxrBRh7SQGxdZBrXlG1mUu3jPmD73WicgbM49aEWqngIKXT8EkN5Pw9NPeFT5E0cDdYTNworrdV5YpRkI56V44SSWbE1CnpaVsCEScwTlTV6I2Hzytxcl2S93rUVcPRW_ZkSIeNF9e55yllDtV3ksVvShase9_VMn_oHuZYE70oiDQFoKvxEiXk4ZQqCO7Kya1SP_5gdTaCc27hp0U8mDyvKnh7bQ5BXJPe2qFIe194SyEw- +X-Yahoo-Newman-Property: ymail-3 +From: Fernando Carrijo +To: David Edmondson , + "Aneesh Kumar K. V" , + notmuch@notmuchmail.org +In-Reply-To: <87eij4v0nj.fsf@yahoo.com.br> +References: <87iq8o76r8.fsf@uf.hh.sledj.net> + <87aatvnnjx.fsf@linux.vnet.ibm.com> <87vdciub41.fsf@uf.hh.sledj.net> + <87eij4v0nj.fsf@yahoo.com.br> +Date: Sun, 28 Mar 2010 14:07:52 -0300 +Message-ID: <87bpe8v0gn.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:07:10 -0000 + +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. +> +> I didn't read this whole thread, though. +> Maybe you're talking about some JSON powered feature-branch? + +Oh, now I see that you really are. + +> +> > +> > dme. +> > -- +> > David Edmondson, http://dme.org +> + -- 2.26.2