From: John Lenz Date: Sun, 3 Mar 2013 19:38:35 +0000 (+1800) Subject: Re: [ANNOUNCE] notmuch-web 0.1.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7102e8901bde91cce0e81a6f5cc45d6401337b8a;p=notmuch-archives.git Re: [ANNOUNCE] notmuch-web 0.1.0 --- diff --git a/72/7012e17d9f2b6759d8003330f97b8eae584c12 b/72/7012e17d9f2b6759d8003330f97b8eae584c12 new file mode 100644 index 000000000..4802e62a4 --- /dev/null +++ b/72/7012e17d9f2b6759d8003330f97b8eae584c12 @@ -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 F0C73431FAF + for ; Sun, 3 Mar 2013 11:38:39 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.001 +X-Spam-Level: +X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 + tests=[MIME_QP_LONG_LINE=0.001] autolearn=disabled +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 Spmw-Jg7HclI for ; + Sun, 3 Mar 2013 11:38:38 -0800 (PST) +Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) + by olra.theworths.org (Postfix) with ESMTP id 1047D431FAE + for ; Sun, 3 Mar 2013 11:38:38 -0800 (PST) +X_CMAE_Category: 0,0 Undefined,Undefined +X-CNFS-Analysis: v=2.0 cv=Y/Z6Q2iN c=1 sm=0 a=C2bPeGdon5f+QfTtoGFpIg==:17 + a=5sHjSjz8taUA:10 a=97V-WqMTq8EA:10 a=3wHbS4G-AAAA:8 + a=dAgpnzcruScA:10 a=pGLkceISAAAA:8 a=e_61UhE7A_baUmQgA-MA:9 + a=MSl-tDqOz04A:10 a=C2bPeGdon5f+QfTtoGFpIg==:117 +X-CM-Score: 0 +X-Scanned-by: Cloudmark Authority Engine +Authentication-Results: smtp01.rcn.cmh.synacor.com + smtp.mail=wuzzeb@wuzzeb.org; spf=pass; sender-id=pass +Authentication-Results: smtp01.rcn.cmh.synacor.com + header.from=wuzzeb@wuzzeb.org; sender-id=pass +Received-SPF: pass (smtp01.rcn.cmh.synacor.com: domain wuzzeb.org designates + 205.178.10.182 as permitted sender) +Received: from [205.178.10.182] ([205.178.10.182:60480] helo=wuzzeb.org) + by smtp.rcn.com (envelope-from ) + (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP + id 61/B3-18168-CB6A3315; Sun, 03 Mar 2013 14:38:36 -0500 +Received: from wuzzeb by wuzzeb.org with local (Exim 4.80.1) + (envelope-from ) + id 1UCEjz-0005XQ-O0; Sun, 03 Mar 2013 13:38:36 -0600 +From: =?utf-8?Q?John_Lenz?= +To: =?utf-8?Q?Ben_Gamari?= , +Subject: Re: [ANNOUNCE] notmuch-web 0.1.0 +In-reply-to: <87a9qkfmrf.fsf@gmail.com> +References: <87a9qkfmrf.fsf@gmail.com> +MIME-Version: 1.0 +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable +Message-Id: +Sender: +Date: Sun, 03 Mar 2013 13:38:35 -0600 +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, 03 Mar 2013 19:38:40 -0000 + +On 2013-03-03 16:53:24 UTC, Ben Gamari wrote: +> John Lenz writes: +> +> > I have been recently working on a web interface to notmuch. The past two +> > weeks, I have used it as my only email client and since the trial period +> > was a great success (I had no major issues or problems and never had to +> > revert to another client), I have decided to release an initial version.=20= + I +> > am planning on continuing to use this web client as my sole notmuch client +> > and will continue developing features (most identified by my two week trial= + +> > period :) Combined with the It's All Text Firefox plugin for compose, I=20= +am +> > really happy with the result. +> > +> Very nice! Am I correct in assuming that you are scraping the output of +> the command line utility? Last I knew there were some memory management +> issues[1] that needed to be resolved. I've been hoping to fix this at +> some point but there's always something else to do. +> + +Yes, I use the command line and use the JSON format for everything, using --for= +mat=3Djson --format-version=3D1 I haven't noticed any memory or speed issues= +, the web pages come back quickly in the browser and the notmuch command line=20= +and JSON parsing is probably not the bottleneck, although I haven't done any=20= +performance testing yet. + +John