From 9980cd11f653482b25bdfa2db7ab5a7e4f0181b5 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Sun, 7 Jun 2015 12:29:03 +0200 Subject: [PATCH] [PATCH] [wiki] add astroid to list of frontends --- a4/af722c9ce344e89f5c9e9f32ee6216079688f3 | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 a4/af722c9ce344e89f5c9e9f32ee6216079688f3 diff --git a/a4/af722c9ce344e89f5c9e9f32ee6216079688f3 b/a4/af722c9ce344e89f5c9e9f32ee6216079688f3 new file mode 100644 index 000000000..20b01b447 --- /dev/null +++ b/a4/af722c9ce344e89f5c9e9f32ee6216079688f3 @@ -0,0 +1,80 @@ +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 509446DE1352 + for ; Sun, 7 Jun 2015 03:29:14 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.716 +X-Spam-Level: +X-Spam-Status: No, score=-0.716 tagged_above=-999 required=5 tests=[AWL=0.004, + 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 QDNmXFM5b8vt for ; + Sun, 7 Jun 2015 03:29:11 -0700 (PDT) +Received: from mail-la0-f49.google.com (mail-la0-f49.google.com + [209.85.215.49]) + by arlo.cworth.org (Postfix) with ESMTPS id A92E96DE1343 + for ; Sun, 7 Jun 2015 03:29:10 -0700 (PDT) +Received: by laar3 with SMTP id r3so30124266laa.3 + for ; Sun, 07 Jun 2015 03:29:08 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:date:message-id; + bh=pRQsp0AnjJ9IONATWDE7QR7IlioJ3YLJf1BjzzW0aZw=; + b=awEuX/kdpdjvIiEokbJcoCOsSdb7UVXzhNLz7CWTDNnMCD/MXdqhTKMwcMRrQR1B3M + h25m17Djfvw/knXQishjwriOrQcDSRlbuDyGdm8nbWUKCjq039wU/SpXY/DXb/zHE/g7 + S1wOzLoJSa+gLcf4LaaQDmL+v27qcuJQMpFLLq7nH4R1joatlTqu0ZDnFtnmuFBUpsjA + QgnFoVWP8XA8ys7NnV285WKmzY/DbyLwEWQxEo1ubWRNv/Z6Mag57HXqyRjFXTckRj52 + xcpozahpy9394WU3RZbyXByd3RdNyKQL3gLmqQwyW0iC0zxx3bTkb0rAXsOwKXE5UgPY + 7eiw== +X-Gm-Message-State: + ALoCoQm8n0w2hREz9IqglpL/9JxcazWluwvOYYMXuF+6wRH3Cp4b4xVcjS4MxUrOOxkfU9GA1ZMC +X-Received: by 10.152.29.34 with SMTP id g2mr11510991lah.73.1433672948286; + Sun, 07 Jun 2015 03:29:08 -0700 (PDT) +Received: from localhost (243-7-11.connect.netcom.no. [176.11.7.243]) + by mx.google.com with ESMTPSA id le5sm3268108lab.34.2015.06.07.03.29.06 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sun, 07 Jun 2015 03:29:06 -0700 (PDT) +From: Gaute Hope +To: notmuch@notmuchmail.org +Subject: [PATCH] [wiki] add astroid to list of frontends +Date: Sun, 7 Jun 2015 12:29:03 +0200 +Message-Id: <1433672943-10840-1-git-send-email-eg@gaute.vetsj.com> +X-Mailer: git-send-email 2.4.2 +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: Sun, 07 Jun 2015 10:29:14 -0000 + +--- + frontends.mdwn | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/frontends.mdwn b/frontends.mdwn +index d545327..a9674ec 100644 +--- a/frontends.mdwn ++++ b/frontends.mdwn +@@ -11,6 +11,7 @@ + ## Other email clients and front ends based on Notmuch + + * [alot](https://github.com/pazz/alot), a curses frontend written in Python with the [Urwid](http://excess.org/urwid/) toolkit. ++* [astroid](https://github.com/gauteh/astroid), a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others. + * [bower](https://github.com/wangp/bower), a curses frontend written in [Mercury](http://www.cs.mu.oz.au/research/mercury/). + * [jaro-mail](http://www.dyne.org/software/jaro-mail) a terminal application to access, store and operate e-mail using notmuch and [alot](https://github.com/pazz/alot) for search and backup operations. Features GNOME keyring support, server-side Sieve filter generation, Anonymous remailer (via mixmaster3), GnuPG encryption and tools to manipulate maildirs and address lists (to/from VCard). Written in Zsh and C. Integrates [mutt](http://www.mutt.org/), [fetchmail](http://www.fetchmail.info/), [msmtp](http://msmtp.sourceforge.net/), [abook](http://abook.sourceforge.net/). + * [mutt-kz](https://github.com/karelzak/mutt-kz), a fork of [mutt](http://www.mutt.org/) with Notmuch as a backend (actually linked against lib notmuch). +-- +2.4.2 + -- 2.26.2