From d04fef8291587ae70780b42b86da879bec51dfcf Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Mon, 21 Dec 2015 21:34:06 +0000 Subject: [PATCH] [alot] announcing v0.3.7 --- ea/c47152010242b7c2f4e99991ded2e7ee1fec51 | 115 ++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 ea/c47152010242b7c2f4e99991ded2e7ee1fec51 diff --git a/ea/c47152010242b7c2f4e99991ded2e7ee1fec51 b/ea/c47152010242b7c2f4e99991ded2e7ee1fec51 new file mode 100644 index 000000000..438b13aed --- /dev/null +++ b/ea/c47152010242b7c2f4e99991ded2e7ee1fec51 @@ -0,0 +1,115 @@ +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 0BDFA6DE0A6F + for ; Mon, 21 Dec 2015 13:34:13 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.568 +X-Spam-Level: +X-Spam-Status: No, score=0.568 tagged_above=-999 required=5 tests=[AWL=1.388, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-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 wUffGTDa4A1P for ; + Mon, 21 Dec 2015 13:34:11 -0800 (PST) +Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com + [74.125.82.41]) by arlo.cworth.org (Postfix) with ESMTPS id AC6376DE0275 for + ; Mon, 21 Dec 2015 13:34:10 -0800 (PST) +Received: by mail-wm0-f41.google.com with SMTP id l126so87355143wml.1 + for ; Mon, 21 Dec 2015 13:34:10 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=content-type:mime-version:content-transfer-encoding:to:message-id + :from:user-agent:subject:date; + bh=eA5Wo0eYyUUmb6znEmm5EdNiFDm+AjhsqrucG0I5fiU=; + b=QcMvfK9kFTSEDv9qJhssq7Axln/5cJJUJQrFfcrNIcs7AMxwK8XAQdcwQzYoOT6mjL + Ed4nbBcJBVyku79djCsUYww0NHqEJfjm83OF3cfQfHgcyTHBsNY1WW5xNo0qqBr9eXop + vCNw1Rg+tA2s793XxTrUQJNjLgO4tamGTW/xSsgzgSUWUJuiDbRm6em9Ebbq+sRxUUc7 + HDrX/ypBj5bszRMmFVa+JPxEhohF8d9EyLTJr+AgegqX87L+CJZ53O4ePZmV2IhbrQjc + HNumnoXhD1iXxJqY+mMoxubrgeT0YHa1guIgzcSPEkbtI7KxIaBpt30sqoJjEuRL7xxO + ykJA== +X-Received: by 10.28.90.132 with SMTP id o126mr24963626wmb.1.1450733648790; + Mon, 21 Dec 2015 13:34:08 -0800 (PST) +Received: from localhost (cpc14-sgyl30-2-0-cust551.18-2.cable.virginm.net. + [82.39.114.40]) + by smtp.gmail.com with ESMTPSA id lx4sm29967852wjb.5.2015.12.21.13.34.07 + for + (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Mon, 21 Dec 2015 13:34:07 -0800 (PST) +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +To: notmuch@notmuchmail.org +Message-ID: <145073364645.16862.5180680975549693874@brick.local> +From: Patrick Totzke +User-Agent: alot/0.3.6 +Subject: [alot] announcing v0.3.7 +Date: Mon, 21 Dec 2015 21:34:06 +0000 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Mon, 21 Dec 2015 21:34:13 -0000 + +Hi everyone! + +I have just tagged alot v0.3.7; You can get a tarball here [0]. + +NOTE: THIS VERSION INTRODUCES A NEW DEPENDENCY: "urwidtrees", +a library of urwid-widgets for tree structures. +It grew out of the alot interface and is now a separate project [1]. + +Apart from this, the current version contains lots of small fixes and usabi= +lity +improvements, mainly provided by users (see below). + +Usage updates since v0.3.6: +* new config option: msg_summary_hides_threadwide_tags +* new config setting: thread_subject +* new hook: sanitize_attachment_filename +* new hook: exit() +* list replies (new command parameter and config setting: auto_replyto_mail= +inglist) +* new config setting for accounts: encrypt_by_default +* new config setting for accounts: alias_regexp +* new config setting for abooks: shellcommand_external_filtering +* switched to setuptools +* detached urwidtrees library into separate project (and new dependency) + +As usual, a quick hall of fame for recent contributors: +$ git shortlog -s -n 0.3.5...|tail -n +2 + 7 Lucas Hoffmann + 5 Martin Zimmermann + 3 Guillaume Seren + 3 Tomas Tomecek + 2 Andres MRM + 2 Christian Geier + 1 Anton Khirnov + 1 Anton Parkhomenko + 1 Cinghio Pinghio + 1 Ruben Pollan + 1 bjoernb + 1 josch + 1 vrs + + +New bug reports, feature or pull requests via the projects github page [2] +are always welcome. + +Cheers, +/p + +[0]: https://github.com/pazz/alot/tarball/0.3.7 +[1]: https://github.com/pazz/urwidtrees +[2]: https://github.com/pazz/alot -- 2.26.2