From: John Lenz Date: Sun, 3 Mar 2013 19:58:48 +0000 (+1800) Subject: Re: [ANNOUNCE] notmuch-web 0.1.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7c16e50c09effe25008b8e225fa811c346cfc86d;p=notmuch-archives.git Re: [ANNOUNCE] notmuch-web 0.1.0 --- diff --git a/c3/c4b893d85a91bea2f7a795acf7a277d03fcdc5 b/c3/c4b893d85a91bea2f7a795acf7a277d03fcdc5 new file mode 100644 index 000000000..93d75b36f --- /dev/null +++ b/c3/c4b893d85a91bea2f7a795acf7a277d03fcdc5 @@ -0,0 +1,91 @@ +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 57E34431FAF + for ; Sun, 3 Mar 2013 11:58:50 -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 AhY7DKCOBUzv for ; + Sun, 3 Mar 2013 11:58:49 -0800 (PST) +Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) + by olra.theworths.org (Postfix) with ESMTP id B8415431FAE + for ; Sun, 3 Mar 2013 11:58:49 -0800 (PST) +X_CMAE_Category: 0,0 Undefined,Undefined +X-CNFS-Analysis: v=2.0 cv=cKhiQyiN c=1 sm=0 a=C2bPeGdon5f+QfTtoGFpIg==:17 + a=5sHjSjz8taUA:10 a=97V-WqMTq8EA:10 a=3wHbS4G-AAAA:8 + a=dAgpnzcruScA:10 a=xtERp6CFAAAA:8 a=M_KoxB-8LHqDwAAIrzAA:9 + a=C2bPeGdon5f+QfTtoGFpIg==:117 +X-CM-Score: 0 +X-Scanned-by: Cloudmark Authority Engine +Authentication-Results: smtp02.rcn.cmh.synacor.com + smtp.mail=wuzzeb@wuzzeb.org; spf=pass; sender-id=pass +Authentication-Results: smtp02.rcn.cmh.synacor.com + header.from=wuzzeb@wuzzeb.org; sender-id=pass +Received-SPF: pass (smtp02.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:60538] helo=wuzzeb.org) + by smtp.rcn.com (envelope-from ) + (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP + id 88/4A-25623-97BA3315; Sun, 03 Mar 2013 14:58:49 -0500 +Received: from wuzzeb by wuzzeb.org with local (Exim 4.80.1) + (envelope-from ) + id 1UCF3Y-0005Zn-Fs; Sun, 03 Mar 2013 13:58:48 -0600 +From: =?utf-8?Q?John_Lenz?= +To: =?utf-8?Q?Amadeusz_=C5=BBo=C5=82nowski?= +Subject: Re: [ANNOUNCE] notmuch-web 0.1.0 +In-reply-to: <20130303101418.5173.533@localhost> +References: <20130303101418.5173.533@localhost> +MIME-Version: 1.0 +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable +Message-Id: +Sender: +Date: Sun, 03 Mar 2013 13:58:48 -0600 +Cc: notmuch@notmuchmail.org +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:58:50 -0000 + +On 2013-03-03 10:14:18 UTC, Amadeusz =C5=BBo=C5=82nowski = + wrote: +> Hello John, +> +> Quoting John Lenz (2013-03-03 05:51:17) +> > 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. 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 am really happy with the result. +> +> Congratulations! :-) +> +> Could you provide us some screenshots? +> + +I put a couple screenshots of the search and the pager on bitbucket. +The compose screen is just a form so I didn't add a screenshot of that. +In the screenshots you can see the buttons for retagging messages and +also see the pager to page between messages. + +https://bitbucket.org/wuzzeb/notmuch-web/src/tip/screenshots/search.png +https://bitbucket.org/wuzzeb/notmuch-web/src/tip/screenshots/pager.png