From: John Lenz Date: Sun, 3 Mar 2013 04:51:17 +0000 (+1800) Subject: [ANNOUNCE] notmuch-web 0.1.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=00de566fff3784d5a2966e0ba6a24135e75a6b46;p=notmuch-archives.git [ANNOUNCE] notmuch-web 0.1.0 --- diff --git a/c0/41e6f9046614102095016032000fd771ce25ba b/c0/41e6f9046614102095016032000fd771ce25ba new file mode 100644 index 000000000..b3cc6bdbb --- /dev/null +++ b/c0/41e6f9046614102095016032000fd771ce25ba @@ -0,0 +1,90 @@ +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 17593431FBF + for ; Sat, 2 Mar 2013 20:51:20 -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 rODNLXhncaSq for ; + Sat, 2 Mar 2013 20:51:19 -0800 (PST) +Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) + by olra.theworths.org (Postfix) with ESMTP id 9360C431FBD + for ; Sat, 2 Mar 2013 20:51:19 -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=o2QO1PsPvscA:10 a=97V-WqMTq8EA:10 a=3wHbS4G-AAAA:8 + a=7Cawh3KFnO4A:10 a=xtERp6CFAAAA:8 a=9q1QLX_CIFkuU7UVH3cA:9 + 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:59382] helo=wuzzeb.org) + by smtp.rcn.com (envelope-from ) + (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP + id 97/1E-18168-6C6D2315; Sat, 02 Mar 2013 23:51:18 -0500 +Received: from wuzzeb by wuzzeb.org with local (Exim 4.80.1) + (envelope-from ) id 1UC0tJ-0004KY-4i + for notmuch@notmuchmail.org; Sat, 02 Mar 2013 22:51:17 -0600 +From: =?utf-8?Q?John_Lenz?= +To: +Subject: [ANNOUNCE] notmuch-web 0.1.0 +MIME-Version: 1.0 +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable +Message-Id: +Sender: +Date: Sat, 02 Mar 2013 22:51:17 -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 04:51:20 -0000 + +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. + +https://bitbucket.org/wuzzeb/notmuch-web + +The server is written in Haskell and the client using Bootstrap and Jquery. +It should work on any HTML5 browser: I have tested it on Android and +desktop Firefox. One feature of GHC (the haskell compiler) is the ability +to statically compile binaries which don't require haskell installed to +run, so I have built binaries for linux. They only require glibc, libgmp, +and zlib. I use these binaries to deploy from my desktop (where I develop +and build) to my server (which has no Haskell installed). + +https://bitbucket.org/wuzzeb/notmuch-web/downloads/notmuch-web-0.1.0.i686.tar.g= +z +https://bitbucket.org/wuzzeb/notmuch-web/downloads/notmuch-web-0.1.0.x86_64.tar= +.gz + +Configuration, instructions on building from source, and other information +are on the web page. + +John