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 D05306DE028A for ; Wed, 27 May 2015 04:35:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.207 X-Spam-Level: X-Spam-Status: No, score=-0.207 tagged_above=-999 required=5 tests=[AWL=0.494, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001] 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 nYkmB1cSs54L for ; Wed, 27 May 2015 04:35:43 -0700 (PDT) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by arlo.cworth.org (Postfix) with ESMTPS id 4E1B26DE0222 for ; Wed, 27 May 2015 04:35:43 -0700 (PDT) Received: by lbcmx3 with SMTP id mx3so5078052lbc.1 for ; Wed, 27 May 2015 04:35:39 -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=bwB8RVAK2TTTsIu1AZ4shS3yH2PXYMZtw3uMzW8Maes=; b=DGZc5Csq9Ur6l8WvB2EtOZ67P6yu/FTMC9snCc+ktmG/ZHyPe1tkOyo+Llm0ZH4l/l bbm4t6/KQq4V95LoSQEJ1n3AwdBLxzJqglIG9c9WseXSrxM/Mixyy+r6PvWHlTH9Za7p k1MDQSFqm6PWvqNRlGQPUGSk+B7emToDzufFCQx8dbGEMRoJA/xKFrsPLJJ3+Pb/n8Zi OCz6BdWuO5m4CUXZhnVS1av1QhhfZGQElpR4dwWfTKjEPtG05/xCgEsUuXMTige5BoBZ soC3CELEffDqMXCB+1R2yjpbi4NY5TaXde+sj5LEMTsvu/3GQwKJn7/taiRTeAYFTABZ 6DCw== X-Gm-Message-State: ALoCoQkNIrlTh3vJoH2F7WxbyRY67ouKaBe+Mp4otrBoScfT7UdO3KoqPUWEDbLzfW973L5s4Zyp X-Received: by 10.112.156.97 with SMTP id wd1mr26552710lbb.30.1432726539289; Wed, 27 May 2015 04:35:39 -0700 (PDT) Received: from localhost ([128.39.46.106]) by mx.google.com with ESMTPSA id bn2sm2408274lbc.47.2015.05.27.04.35.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 May 2015 04:35:37 -0700 (PDT) Date: Wed, 27 May 2015 11:35:36 +0000 From: Gaute Hope Subject: Announcing Astroid v0.3 To: notmuch@notmuchmail.org References: In-Reply-To: User-Agent: astroid/vv0.3 (https://github.com/gauteh/astroid) Message-Id: <1432726231-astroid-1-0ufiqcm343-5774@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: Wed, 27 May 2015 11:35:46 -0000 Greetings, Astroid (https://github.com/gauteh/astroid) v0.3 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.2 * Poll script only updates changed threads (if notmuch_get_rev.. is available). * Show number of messages in tab title * Escape means no * Poll-script output is logged incrementally * Got a desktop file. * Different color of font and border of the first levels of quotes * Configurable exclude tags * Open attached MIME messages * Auto-redraw thread-index every minute Regards, Gaute =