From 4220b1f6c30f530b7344485b656dfe87396e1562 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 2 Aug 2014 19:03:29 +0200 Subject: [PATCH] [alot] announcing v0.3.6 --- 5a/d47489f17b2683c08806c01a7de151a81bbdad | 142 ++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 5a/d47489f17b2683c08806c01a7de151a81bbdad diff --git a/5a/d47489f17b2683c08806c01a7de151a81bbdad b/5a/d47489f17b2683c08806c01a7de151a81bbdad new file mode 100644 index 000000000..62cd991be --- /dev/null +++ b/5a/d47489f17b2683c08806c01a7de151a81bbdad @@ -0,0 +1,142 @@ +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 2BFF1431FB6 + for ; Sat, 2 Aug 2014 10:03:37 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, 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 YRy7AqfzFxwV for ; + Sat, 2 Aug 2014 10:03:33 -0700 (PDT) +Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com + [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 82011431FAE + for ; Sat, 2 Aug 2014 10:03:33 -0700 (PDT) +Received: by mail-wi0-f181.google.com with SMTP id bs8so2854793wib.14 + for ; Sat, 02 Aug 2014 10:03:31 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=content-type:mime-version:content-disposition:to:message-id:from + :user-agent:subject:date; + bh=V7+2jj5nFFatECKVj0G6103glHOC+GCTErZn5fHLlYI=; + b=CK/6KQ7eBUvxKQUC8aVXnB63VOyb/wdj+YVslTUz+QylVlXdZ8W3pZR8reEgY6sT58 + 0Nfv4FIwn40f/udUsFBddCXK9PC9TFC2o2HTyXsNb+xQiQ0hoid7nyQuIAJgBSRjgmq3 + j1OARRAoZmTuEYaaieLLkUSVgjFPkycNZI+u+jELDwK6Adph11DYFI3LcH054YPa7Ji2 + 5adffgsVllxdp5wFwuLtJeERSD38652gTTxRQnSyUmGBOOcaMTgkbSqRXrwDefnmhQDk + Q2a0fnrxblTuYMYLXFl8aoI1zCGDoqgZ5GoPzkuRR35hhOASOjhiYqLft3x6UbeuTPir + qoMA== +X-Received: by 10.180.20.105 with SMTP id m9mr17631007wie.6.1406999011681; + Sat, 02 Aug 2014 10:03:31 -0700 (PDT) +Received: from localhost ([2a01:e35:2e44:f6e0:a288:b4ff:fe40:300c]) + by mx.google.com with ESMTPSA id + lh15sm20883358wic.10.2014.08.02.10.03.30 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 02 Aug 2014 10:03:30 -0700 (PDT) +Content-Type: multipart/signed; protocol="application/pgp-signature"; + micalg="pgp-sha1"; boundary="===============7006077500049555596==" +MIME-Version: 1.0 +Content-Disposition: inline +To: notmuch@notmuchmail.org +Message-ID: <20140802170329.14503.87697@brick> +From: Patrick Totzke +User-Agent: alot/0.3.5 +Subject: [alot] announcing v0.3.6 +Date: Sat, 02 Aug 2014 19:03:29 +0200 +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: Sat, 02 Aug 2014 17:03:37 -0000 + +--===============7006077500049555596== +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable + +Hi everyone! + +I have just tagged alot v0.3.6; You can get a tarball here [0]. + +This version bump mostly reflects me catching up with the many fixes, +tweaks and some new features I received as pull requests. + +Usage updates since v0.3.5: +* implement vim-style "move last" command (bound to G) +* fixes in reply/forwarding +* add option "--tags" to taglist command to display only a subset of the ta= +gs +* fix: safely interrumpt a command sequence +* use suffix ".eml" for temporary email files when editing +* interpret "compose mailto:foo@bar" commands +* new "tomorrow" colour theme +* Add some Emacs keybindings for prompts + +As usual, a quick hall of fame for recent contributors: +$ git shortlog -s -n 0.3.5...|tail -n +2 + 4 Hamish Downer + 4 Yann Rouillard + 4 Your Name + 3 Stanislav Ochotnicky + 2 Cinghio Pinghio + 2 Simon Chopin + 1 Christian Geier + 1 Emmanuel Beffara + 1 Gon=C3=A9ri Le Bouder + 1 Martin Zimmermann + 1 Siim P=C3=B5der + +As you have surely noticed, alot is no longer actively developed and entere= +d a +sluggish maintenance mode. This is of course due to real life catching up a= +nd +also because I don't see any immediate need for improvement. I don't plan to +abandon it as my main email client any time soon and therefore still +occasionally take the time to comment on and merge pull requests. +Let me know if you'd like to get involved in further developing/maintaining= + this project. + +Nevertheless: There are still tons of good ideas for improvements floating +around as issues on github and some even have proof-of-concept implementati= +ons +(syntax highlighting for instance #272,#612). + +Bug reports, feature or pull requests via the projects github page [1] +are of course always welcome. + +Cheers, +/p + +[0]: https://github.com/pazz/alot/tarball/0.3.6 +[1]: https://github.com/pazz/alot + +--===============7006077500049555596== +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Description: signature +Content-Type: application/pgp-signature; name="signature.asc"; charset="us-ascii" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlPdGeEACgkQlDQDZ9fWxaoYjACePvr7lclrr6cjGYSZail4ryRE +F3YAnjzAo4AuvGCzoAfbuOfht+tZxTmv +=Z0jS +-----END PGP SIGNATURE----- + +--===============7006077500049555596==-- -- 2.26.2