From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <eg@gaute.vetsj.com>
Received: from localhost (localhost [127.0.0.1])
	by olra.theworths.org (Postfix) with ESMTP id 4F783431FB6
	for <notmuch@notmuchmail.org>; Sun, 18 Jan 2015 09:23:29 -0800 (PST)
X-Virus-Scanned: Debian amavisd-new at olra.theworths.org
X-Spam-Flag: NO
X-Spam-Score: 1.738
X-Spam-Level: *
X-Spam-Status: No, score=1.738 tagged_above=-999 required=5
	tests=[DNS_FROM_AHBL_RHSBL=2.438, 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 KMZfwk01KCya for <notmuch@notmuchmail.org>;
	Sun, 18 Jan 2015 09:23:26 -0800 (PST)
Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com
	[209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by olra.theworths.org (Postfix) with ESMTPS id C6EB3431FAF
	for <notmuch@notmuchmail.org>; Sun, 18 Jan 2015 09:23:25 -0800 (PST)
Received: by mail-lb0-f181.google.com with SMTP id u14so15384456lbd.12
	for <notmuch@notmuchmail.org>; Sun, 18 Jan 2015 09:23:23 -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=DuB25z5gTlEr9RLaP5AxRk3wIp3rkNTjQJMRdSLsGSk=;
	b=U60aTmqvh2xUbUQmkC4fdU0lfk92+yzeT247t+kiIqyOBRS4bRGcRzvDfCIBijz5MS
	ffwM2cZmYPjhToDhri0pBbdv9xZKxI9QGWhfO66sWpX1pJwWkZJCjo/R50XWlaE2HIUz
	fPW9+C03PELAt/irWFjdiiQr++C3rjhRBt6EE7UoMkxog0SO1VNZ/xGUhekvwhHTsTuN
	amLKugMLHK+v5XM/Zlw7L/JMRlHK1DnknWlSpJrmVDtuRQALMTyyWtqwjQVfPn4P86Li
	pioPsBYCyHKm4zizTeJ9ao3jGLFxGgGpGIuaKzzK1Qe8DK4YcnlCjNi69Ihdt0+FimGe
	/zqg==
X-Gm-Message-State: ALoCoQmxx9qx0bml+E+gDKV53pJtNJpl5GsZ3DvPY+exK1co+yIw195J9N89+zth/vR/Off2SUEF
X-Received: by 10.153.5.35 with SMTP id cj3mr12153920lad.49.1421601802977;
	Sun, 18 Jan 2015 09:23:22 -0800 (PST)
Received: from localhost (c2774BF51.dhcp.as2116.net. [81.191.116.39])
	by mx.google.com with ESMTPSA id ee9sm153013lac.37.2015.01.18.09.23.21
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Sun, 18 Jan 2015 09:23:22 -0800 (PST)
Date: Sun, 18 Jan 2015 17:24:23 +0000
From: Gaute Hope <eg@gaute.vetsj.com>
Subject: Announcing Astroid v0.2
To: notmuch@notmuchmail.org, astroidmail@googlegroups.com
References: 
In-Reply-To: 
User-Agent: astroid/vv0.2 (https://github.com/gauteh/astroid)
Message-Id: <1421601178-astroid-0-oym5dh4glf-12433@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."
	<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Sun, 18 Jan 2015 17:23:29 -0000

Greetings,

Astroid (https://github.com/gauteh/astroid) v0.2 is now ready!

  Astroid is a graphical threads-with-tags mail user agent based on sup
  and notmuch. Written in C++ using GTK+, WebKit and gmime.

# Changes since v0.1 [0]

  * Allow math to be rendered with MathJax! Enclose math with $ or $$,
    by default we are using MathJax online, but you can set this to
    your local installation as well. MathJax is enabled by default,
    and can also be enabled only for certain tags.

  * Highlight code syntax between ``` markdown-style tags as well as
    patches sent as email.

  * Partial mailto: support, check out --help.

  * Switch tabs/pages using mouse.

  * Double-click in thread index to open thread.

  * Paging in thread index moves cursor.

  * Do not load remote images or resources from html files.

  * C-m: adds 'muted' tag, 'muted' messages are excluded from
         non-explicit searches.

  *   v: refine query.

  * Tab: Grabs the first match in tag and search completion.

  * As well as bunch of smaller improvements and bug-fixes..

# A bit more description

  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.

  It is still highly experimental software and, in particular, HTML
  parts from untrusted senders should not necessarily be viewed.

Astroid can be found at: https://github.com/gauteh/astroid (source).

# Screenshots and information on building and using

    http://gaute.vetsj.com/pages/astroid.html

  or in the README:

    https://github.com/gauteh/astroid#astroid-mua

  once you get Astroid running press '?' to get a list of keybindings
  for the current context.


Thanks to the daring users and testers for suggestions and improvements!

Best regards, Gaute

[0] id:1417379834-astroid-0-uwziwgsnxi-13966@strange

=