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 EEEA44196F2 for ; Fri, 26 Mar 2010 02:07:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.301 X-Spam-Level: X-Spam-Status: No, score=-2.301 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, 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 Dutmv7B2P0Ih for ; Fri, 26 Mar 2010 02:07:40 -0700 (PDT) Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141]) by olra.theworths.org (Postfix) with ESMTP id 479904196F3 for ; Fri, 26 Mar 2010 02:07:40 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.51,313,1267419600"; d="scan'208";a="309401743" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex1.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 26 Mar 2010 05:07:39 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1Nv5W9-0003C7-EN; Fri, 26 Mar 2010 05:07:49 -0400 From: Jesse Rosenthal To: David Edmondson , notmuch@notmuchmail.org In-Reply-To: <87d3yudvja.fsf@uf.hh.sledj.net> References: <87iq8o76r8.fsf@uf.hh.sledj.net> <87d3yudvja.fsf@uf.hh.sledj.net> Date: Fri, 26 Mar 2010 05:07:49 -0400 Message-ID: <87pr2r8n8a.fsf@jhu.edu> 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: Fri, 26 Mar 2010 09:07:41 -0000 Hi David, Thanks for this -- it really looks great so far. > As always, feedback (especially if something breaks) appreciated. There's a complaint when I open a (multipart?) message: invalid function: mm-make-handle Adding "(require 'mm-decode)" to notmuch-show.el fixes this problem. Best, Jesse