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 23530431FC0 for ; Sun, 30 Nov 2014 12:43:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 R5H+e3ocOb3T for ; Sun, 30 Nov 2014 12:42:55 -0800 (PST) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 34795431FBC for ; Sun, 30 Nov 2014 12:42:55 -0800 (PST) Received: by mail-la0-f52.google.com with SMTP id hs14so2977999lab.25 for ; Sun, 30 Nov 2014 12:42:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:subject:to:references:in-reply-to :user-agent:message-id:mime-version:content-type :content-transfer-encoding; bh=3uxhbgEMPEUSB1oJhSqlRm0O11prUMtWmk/ncAXhkpg=; b=QJdiqqtEHgSlHsW96vQo3M6qi8KuEVd2z+tAZoN9PQtTuLjD7lNOV6L7kIPUqusokZ rYDHVstVxsEG4jGNPMFDKPj/RCf7kv5wgAgu0EAJ4zrEMQoKIoRIzYfnH3p8AxBFrtEv 3sdRlqZx3EVjdMuW7xnIZIbD7Cw9Cq95P3iLpDzO+8+HnSo6KonEKeXm/lxOTyxOlZG2 OF71cLMeUWPJQXlHqwzFLM5xJu3z+c1fSBE+CkER4KXKxslMZjsEQE0af8tkrn9hTbT+ XOtjUcq8/46ldg2WubUnU9HSQY5uLqUGcY9+ikB6zAleYqepR2gDz+or9dHYtrrbd3Ji HN+Q== X-Gm-Message-State: ALoCoQlTz6ZhA6PbtMOMSbZZ/JvQlY0FcKtaG1PgzPZRosDsA/AplS/yqliqIaisZGxeRzcNVw6i X-Received: by 10.112.73.102 with SMTP id k6mr40822956lbv.75.1417380172473; Sun, 30 Nov 2014 12:42:52 -0800 (PST) Received: from localhost (c2774BF51.dhcp.as2116.net. [81.191.116.39]) by mx.google.com with ESMTPSA id of6sm1347770lbb.11.2014.11.30.12.42.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Nov 2014 12:42:51 -0800 (PST) Date: Sun, 30 Nov 2014 20:43:22 +0000 From: Gaute Hope Subject: Announcing Astroid - v0.1 To: notmuch@notmuchmail.org References: In-Reply-To: User-Agent: astroid/vv0.1 (https://github.com/gauteh/astroid) Message-Id: <1417379834-astroid-0-uwziwgsnxi-13966@strange> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable 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, 30 Nov 2014 20:43:03 -0000 Astroid is a graphical threads-with-tags mail user agent based on sup and notmuch. Written in C++ using GTK+, WebKit and gmime. It is still highly experimental software and, in particular, HTML parts from untrusted senders should not necessarily be viewed. Astroid is intended to be fast, simple and navigable by keyboard alone (mouse support is not really implemented yet). It can show images as well as HTML parts inline (disabled by default). The mail composer is using an embedded gvim to edit messages (extending to use another editor that supports XEmbed is not difficult). Astroid is tab-based with searches, emails, and composers organized in tabs. A new main window in the same instance can be opened allowing for several modes or tabs to be visible at the same time. # Screenshots http://gaute.vetsj.com/pages/astroid.html # Download - source: https://github.com/gauteh/astroid - releases: https://github.com/gauteh/astroid/releases # Building and using The README file contains instructions for building and basic usage: https://github.com/gauteh/astroid#astroid-mua Distribution specific: - Ubuntu/Debian dependencies: https://github.com/gauteh/astroid/wiki#instal= lation - Arch Linux PKGBUILD: https://github.com/gauteh/astroid/wiki/Arch-Linux once you get astroid running press '?' to get a list of keybindings for the current mode. # Contributing / Issues Either through github or email (mailinglist: astroidmail@googlegroups.com), or here (notmuch@notmuchmail.org, but I do not wish to spam the general notmuchers). # License Astroid is distributed under the GPL v3 license in the hope that it may=20 be useful, but with no warranty whatsoever. Regards, Gaute =