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 DD6DA4196F2 for ; Mon, 22 Mar 2010 07:47:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] 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 myz4IP+K-KIK for ; Mon, 22 Mar 2010 07:47:37 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 7BAA64196F0 for ; Mon, 22 Mar 2010 07:47:37 -0700 (PDT) Received: by wyf28 with SMTP id 28so2638207wyf.26 for ; Mon, 22 Mar 2010 07:47:36 -0700 (PDT) Received: by 10.216.183.17 with SMTP id p17mr2013749wem.133.1269269255735; Mon, 22 Mar 2010 07:47:35 -0700 (PDT) Received: from uf.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id i34sm9878400gve.9.2010.03.22.07.47.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Mar 2010 07:47:34 -0700 (PDT) Received: by uf.hh.sledj.net (Postfix, from userid 1000) id 8978D594249; Mon, 22 Mar 2010 14:47:39 +0000 (GMT) To: notmuch@notmuchmail.org From: David Edmondson Date: Mon, 22 Mar 2010 14:47:39 +0000 Message-ID: <87iq8o76r8.fsf@uf.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [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, 22 Mar 2010 14:47:39 -0000 I'm pushed the first stage of a JSON based emacs UI to the repository at http://github.com/dme/notmuch (it's in the "master" branch). This is intended to be functionally equivalent to the current UI, though HTML display is not present (see below). This is lightly tested, but if anyone else wants to give it a try I would be interested in feedback. There were a couple of places in the current code where I wasn't completely sure of the intention, so I may have inadvertently diverged (notmuch-show-rewind is a good example). For HTML display and other improved MIME support my intention is to enhance notmuch to allow single parts to be output (something like: "notmuch show --part=2 id:k74hf87df.fsf@fish.org") and use that from the UI code. No idea when I'll get to it, though. Carl - the main changeset is large, but I couldn't see a sensible way to break it up into smaller pieces. I'm open to suggestions. Finally, if anyone else is working on something like this, please let me know - I'd be interested in collaborating. ps. Thanks to aep in #notmuch for encouraging me to just get on with it. dme. -- David Edmondson, http://dme.org