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 9EDA8431E64 for ; Mon, 9 Jul 2012 22:14:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.698 X-Spam-Level: X-Spam-Status: No, score=-0.698 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 owF8XZLOLSyX for ; Mon, 9 Jul 2012 22:14:46 -0700 (PDT) Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B7A8C431FBF for ; Mon, 9 Jul 2012 22:14:46 -0700 (PDT) Received: by vbbfc26 with SMTP id fc26so9171834vbb.26 for ; Mon, 09 Jul 2012 22:14:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=X/dgDYIv3WSkqzOcAH6p8jYX+rIPhYWgDYBj7tJqNqM=; b=rPqDWR8fSHSRPBj+JgiIvziN4mnxeFVTC32KbG9dhlDG1MH7rRXzLLHD6tJBjsdYbe wbMgM3ZSsX5mE8AEOlLhKcrqjI0XSZ98Aekola+nqJmgawSoxI6rj1DFLgAHoJyvYSuI G2/YtY5WW/Zu0yvp6Emgeq/MZIGLSOZqkGMgTxWytKoPwb02I7ugnwhoqA8vHvSHfcv/ JyrlbNOlJ0KY6ZXu9xf1/Hwfis96pYFo0h3RrIdceZJG22wFQ30nuJCSuIJ5sa+PKAdW /gNLOcvaGhLcsPYBykaaApbf7LxPGQnwHC4xHubs/xKrzP4USdFnHcZFUJtdxHERRapW Mo6Q== MIME-Version: 1.0 Received: by 10.220.247.139 with SMTP id mc11mr20327979vcb.52.1341897285118; Mon, 09 Jul 2012 22:14:45 -0700 (PDT) Sender: peter.keen@gmail.com Received: by 10.52.169.40 with HTTP; Mon, 9 Jul 2012 22:14:45 -0700 (PDT) Date: Mon, 9 Jul 2012 22:14:45 -0700 X-Google-Sender-Auth: PbyPDwoEs8W7ko1nS7D_kmi-qdU Message-ID: Subject: ANN: Speedee, a web-based notmuch client From: Peter Keen To: notmuch@notmuchmail.org Content-Type: multipart/alternative; boundary=bcaec54a37ae012c1804c472cf3b 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: Tue, 10 Jul 2012 05:14:49 -0000 --bcaec54a37ae012c1804c472cf3b Content-Type: text/plain; charset=ISO-8859-1 Hi guys, Over the weekend I threw together the prototype for a web-based notmuch client named Speedee. It's a little Ruby webapp with a Backbone.js front end, using Twitter Bootstrap and a free theme from Bootswatch. It doesn't do much yet. Basically, it can list threads matching a search and show you those threads. It reads the notmuch config file to find the database. It also reads the file for a new section named "speedee searches", where you can define named searches to be included in the sidebar. The list of All Tags is also included in the sidebar, assuming the version of notmuch you're running has my ruby bindings patch from yesterday. At this point, my plan is to add a super basic mail composer and sending facility and then live with it for a few months. I've setup a demo using the notmuch mbox file as sample data. Feel free to poke around [1] and let me know what you think! Source: https://github.com/peterkeen/speedee Demo: https://speedee.bugsplat.info/#search/ruby [1]: The demo is using a self-signed wildcard cert. SHA1 fingerprint: 01 B6 5D 47 EC 4A BB 27 E6 49 A1 0F 5A 48 8F BD CC 33 F2 F8 --bcaec54a37ae012c1804c472cf3b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi guys,

Over the weekend I threw together th= e prototype for a web-based notmuch client named Speedee. It's a little= Ruby webapp with a Backbone.js front end, using Twitter Bootstrap and a fr= ee theme from Bootswatch. It doesn't do much yet. Basically, it can lis= t threads matching a search and show you those threads. It reads the notmuc= h config file to find the database. It also reads the file for a new sectio= n named "speedee searches", where you can define named searches t= o be included in the sidebar. The list of All Tags is also included in the = sidebar, assuming the version of notmuch you're running has my ruby bin= dings patch from yesterday.

At this point, my plan is to add a super basic mail com= poser and sending facility and then live with it for a few months. I've= setup a demo using the notmuch mbox file as sample data. Feel free to poke= around [1] and let me know what you think!

Source: htt= ps://github.com/peterkeen/speedee


[1]: The demo is using a self-signed wil= dcard cert. SHA1 fingerprint:=A001 B6 5D 47 EC 4A BB 27 E6 49 A1 0F 5A 48 8= F BD CC 33 F2 F8


--bcaec54a37ae012c1804c472cf3b--