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 A56FF429E25 for ; Sun, 11 Dec 2011 11:55:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=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 mA074g2vkrQo for ; Sun, 11 Dec 2011 11:55:21 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CD9CE431FB6 for ; Sun, 11 Dec 2011 11:55:20 -0800 (PST) Received: by wgbds13 with SMTP id ds13so7901372wgb.2 for ; Sun, 11 Dec 2011 11:55:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:content-type:mime-version:content-transfer-encoding:to :from:subject:date; bh=AWUeAmfwL4FRW85NOlVmfHyCc4kRIJkoZrVroMVLL4Y=; b=PfLNV4K1YqexlH92dGTxQyNO0jKqN80JQJVHw1SlJI9PL/vwF7KKNDmzU2RzFwf7l3 E5VGV4ba0Kl8d8pI4GQ6QsIB/qIAw/tUaM2ePs4oOG8guTwerf2XUkkh+ir08iwItCUL Pvb5uJBMrXz97bum1qYC5zY3Hsl7lT4bzgxKY= Received: by 10.180.14.69 with SMTP id n5mr19398251wic.13.1323633317661; Sun, 11 Dec 2011 11:55:17 -0800 (PST) Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com. [82.41.10.37]) by mx.google.com with ESMTPS id hq5sm22882338wib.7.2011.12.11.11.55.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Dec 2011 11:55:16 -0800 (PST) Message-ID: <4ee50aa4.456db40a.587a.ffffd911@mx.google.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: notmuch@notmuchmail.org From: Patrick Totzke Subject: [alot] announcing v0.2 aka. "robot santa" Date: Sun, 11 Dec 2011 19:55:14 +0000 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, 11 Dec 2011 19:55:22 -0000 Hi everyone! I have just released version 0.2 of my terminal GUI `alot`. You can grab a tarball here [0]. There are some halfway working solutions for long standing open feature req= uests (e.g. gnupg integration, messages search..) lying around. However, I decide= d against working on those and instead put some effort into cleaning up and writing p= roper API documentation [1]. Current features include (quoting the README): * modular and command prompt driven interface * tab completion and usage help for all commands * contacts completion using customizable `abook` lookups * user configurable keyboard maps * spawn terminals for asynchronous editing of mails * theming, optionally in 2, 16 or 256 colours * tag specific theming and tag string translation * (python) hooks to react on events and do custom formating * python shell for introspection * forward/reply/group-reply of emails * printing/piping of mails and threads * multiple accounts for sending mails via sendmail * notification popups with priorities * database manager that manages a write queue to the notmuch index Beware the (admittedly short list of) FAQ [2] and don't hesitate to send feedback, bug reports, feature or pull requests via the projects github page [3]. Thanks goes to Sebastian Spaeth for continuous support with the python bind= ings to libnotmuch, Ruben Pollan, Luke Macken, Justus Winter and Jaime Huerta-Cepas= for contributing code and Daniel Kreischer, Bj=C3=B6rn Bewersdorff and Amadeusz= =C5=BBo=C5=82nowski for valuable feedback and bug reports. Cheers, /p [0]: https://github.com/pazz/alot/tarball/0.2 [1]: http://alot.rtfd.org [2]: https://github.com/pazz/alot/blob/master/FAQ.md [3]: https://github.com/pazz/alot