Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id F2E9F6DE1908 for ; Sat, 15 Aug 2015 01:37:26 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.321 X-Spam-Level: X-Spam-Status: No, score=-0.321 tagged_above=-999 required=5 tests=[AWL=0.399, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tmyWP6ALU32e for ; Sat, 15 Aug 2015 01:37:24 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by arlo.cworth.org (Postfix) with ESMTPS id 0D5326DE18FD for ; Sat, 15 Aug 2015 01:37:24 -0700 (PDT) Received: by wijp15 with SMTP id p15so37691537wij.0 for ; Sat, 15 Aug 2015 01:37:22 -0700 (PDT) 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=LYn9CdolygNDQUTw2Mlm8NWdBzvTzK5BLbbNDoAnzu4=; b=MYALngrwKnA39/7uplRCpoxy6ZX7Fq2ajk9e4GPWc3to1ojW5qIqRnH+B2MTTi2tZ0 fDIgCU/9qVMOD8JUTG+PsWG0WvXOJmmWaUOE2E0lemh5cDz8nd4cJuZN0Fi60xtFKIi6 FjkfObiv4eV4cihJm91feB+zSTZVGiz3It01qmPbQXAbXhDFIHvh3Y0ygeRCXQJ7vRgJ 17HjDxPsRZaBq34c69f3PTG05FbN5swByDE/U+q2SJ4f7x9aHshD/J2e85GnrASktEOu sN2ai0khEEmufFzNEzy6xnSEglkBriv2sRzX6wHoyQLtganenESxdpAw/0j03Mnqh9b6 kOfg== X-Gm-Message-State: ALoCoQkMEX4IOoCJ5iOjJX4uSiGgBk8qWAUCS/Mkm1AbUZjE7v9fVqKGdyyx55f0JtFveVdxtiec X-Received: by 10.180.230.199 with SMTP id ta7mr6262945wic.1.1439627842237; Sat, 15 Aug 2015 01:37:22 -0700 (PDT) Received: from localhost (216.89-20-249.enivest.net. [89.20.249.216]) by smtp.gmail.com with ESMTPSA id yu4sm11913174wjc.43.2015.08.15.01.37.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Aug 2015 01:37:21 -0700 (PDT) Date: Sat, 15 Aug 2015 08:37:20 +0000 From: Gaute Hope Subject: Announcing Astroid v0.4 To: astroidmail@googlegroups.com, notmuch@notmuchmail.org References: In-Reply-To: User-Agent: astroid/vv0.3-44-g9a4d28f3 (https://github.com/gauteh/astroid) Message-Id: <1439627721-astroid-1-y12itqccwa-1800@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.18 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: Sat, 15 Aug 2015 08:37:27 -0000 Greetings, Astroid (https://github.com/gauteh/astroid) v0.4 is now ready! Astroid is a graphical threads-with-tags mail user agent for notmuch. Written in C++ using GTK+, WebKit and gmime. Astroid can be found at: https://github.com/gauteh/astroid : $ git clone https://github.com/gauteh/astroid.git ## README with screenshot and information on building and using https://github.com/gauteh/astroid#astroid-mua once you get Astroid running press '?' to get a list of keybindings for the current context. ## Changes since v0.3 * Mark threads with 't' or 'T' and apply actions to all marked threads with '+'. * Mark messages with 't' or 'T' in thread-view and apply actions to all marked messages with '+' (nice for patch saving). * Show attached icon in thread-view. * #18: Fix display of & and friends. * Configurable quote string for replying and forwarding. * Replying adds 'replied' tag to original. * Forwarding adds 'passed' tag to original. * Message is updated thread-index after being sent. * Show spinner in main window when polling. * Show status icon for message sending. * Indent messages according to reply-level in thread (configurable). Regards, Gaute =