From 565fe8bf3d6dbe713c1f135266e853489d3c2b72 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 18 Jul 2013 10:21:24 +0100 Subject: [PATCH] [alot] announcing v0.3.5 --- 51/14fe86c612191dd11857b97a705d1128182818 | 145 ++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 51/14fe86c612191dd11857b97a705d1128182818 diff --git a/51/14fe86c612191dd11857b97a705d1128182818 b/51/14fe86c612191dd11857b97a705d1128182818 new file mode 100644 index 000000000..4a288b034 --- /dev/null +++ b/51/14fe86c612191dd11857b97a705d1128182818 @@ -0,0 +1,145 @@ +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 2F4CF431FBF + for ; Thu, 18 Jul 2013 02:21: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 ckqqv9czn97J for ; + Thu, 18 Jul 2013 02:21:29 -0700 (PDT) +Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com + [74.125.83.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 94657431FAE for ; Thu, 18 Jul 2013 02:21:29 -0700 + (PDT) +Received: by mail-ee0-f48.google.com with SMTP id b47so1573081eek.35 + for ; Thu, 18 Jul 2013 02:21:28 -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=qmLSL0O4bSk9AZi56WDYLWy1h2R1UMYCyzr/WOq7/n0=; + b=L7gKXXrGEv1hvtMyG9pRfLGayrjtS8P2YEJ8zeMc9QyOQc/HvTkZChiO7gx9JJIrta + 7/XzKOuGN4jGrh+uZL9KoBVtQAvDD1xAYnsp8HwekmlBatHcNUzQ4T6cSZe+f2rh4B+l + gUoXD5azLbZsRXA8oikhMBb0QR/VDNNB/JWpQxglaLGe3DsSKgQNB57FinTMPX5Xwb2i + AgDlsN9/hpkGDpsLnvTQdcZtPapeBPHFM+DUqXEtjRJOVr4U3s0sr7WgD13OcfrgHDa9 + ++VVicQl9amWpc7cWRVDTpvueRybYMMGX082BNrlsJYvQLhvnTKUvyhw46MBijaPJ3Q9 + 8b2w== +X-Received: by 10.14.87.4 with SMTP id x4mr10066385eee.121.1374139286868; + Thu, 18 Jul 2013 02:21:26 -0700 (PDT) +Received: from localhost (dhcp-90-208.inf.ed.ac.uk. [129.215.90.208]) + by mx.google.com with ESMTPSA id i2sm17756953eeu.4.2013.07.18.02.21.25 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 18 Jul 2013 02:21:26 -0700 (PDT) +Content-Type: multipart/signed; protocol="application/pgp-signature"; + micalg="pgp-sha1"; boundary="===============2806199710104584376==" +MIME-Version: 1.0 +Content-Disposition: inline +To: notmuch@notmuchmail.org +Message-ID: <20130718092124.26175.87703@brick> +From: Patrick Totzke +User-Agent: alot/0.3.5 +Subject: [alot] announcing v0.3.5 +Date: Thu, 18 Jul 2013 10:21:24 +0100 +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: Thu, 18 Jul 2013 09:21:37 -0000 + +--===============2806199710104584376== +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.5; You can get a tarball here [0]. + +Most notably, this update comes with a rewrite of Thread buffers, +allowing among other things thread-tree based focus movements. +Alot now has full support for PGP/MIME encryption and signatures, +courtesy of Justus (teythoon). Apart from this, the new release comes with = +the +usual ton of fixes contributed by various people (see below). + +I enabled the project wiki on github, so that people too shy to come forward +with pull requests for alot/extra/ can share their customizations, +in particular python-hooks [2]. + +Usage updates since v0.3.4: +* full support for PGP/MIME [de|en]cryption and signatures +* add missing "unattach" command in envelope buffer +* honour 'Mail-Followup-To' header and set if for selected mailinglists +* better handling of replies to self-sent messages +* make auto_remove_unread configurable +* rewrite thread buffer +* improved global move commands: first/last line, half-page up/down +* tree-based movement in threads (first/last reply, next/previous unfolded/= +sibling, parent) +* fold/unfold messages based on query string in thread mode +* respect mailcap commands that expect stdin +* Support different libmagic APIs +* new hooks called before/aftr buffer open/close/focus +* new global repeat command + + +Thanks goes to those who contributed: +$ git shortlog -s -n 0.3.2...|tail -n +2 + 11 Justus Winter + 10 Sebastian Jeltsch + 6 josch + 4 Hamish Downer + 4 Yann Rouillard + 3 Lukas Zapletal + 2 Christopher Schwardt + 1 Benjamin + 1 Caio Prado + 1 Siim P=C3=B5der + 1 bjoernb + 1 jakeogh + +.. and everyone who send feedback! + +As always, don't hesitate to file bug reports, feature or pull requests via= + the +projects github page [1]. + +Cheers, +/p + +[0]: https://github.com/pazz/alot/tarball/0.3.5 +[1]: https://github.com/pazz/alot +[2]: https://github.com/pazz/alot/wiki/Contrib-Hooks + +--===============2806199710104584376== +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.0.20 (GNU/Linux) + +iEYEABECAAYFAlHns5QACgkQlDQDZ9fWxap8DwCfZaj2T19Zby+Co43zCqCkjeQy +NhsAnib2zPZ/KKAMWqWEu+UUQR3ymymJ +=+XY0 +-----END PGP SIGNATURE----- + +--===============2806199710104584376==-- -- 2.26.2