Reply all - issue
[notmuch-archives.git] / ed / 829be59a60bc62afab1a5a94dee168bebe7bca
1 Return-Path: <patricktotzke@googlemail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id ACD5B431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 25 Dec 2011 08:18:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id ElQxjWK6s-Mq for <notmuch@notmuchmail.org>;\r
17         Sun, 25 Dec 2011 08:18:28 -0800 (PST)\r
18 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
19  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  E33B4431FB6    for <notmuch@notmuchmail.org>; Sun, 25 Dec 2011 08:18:27 -0800\r
22  (PST)\r
23 Received: by eekd41 with SMTP id d41so12755887eek.26\r
24         for <notmuch@notmuchmail.org>; Sun, 25 Dec 2011 08:18:25 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=content-type:mime-version:content-transfer-encoding:to:message-id\r
28         :from:subject:date;\r
29         bh=1VQ6jbB7AdLo4D4f7wXTpA0jz2FrNjoKOmDbw7oAf0Q=;\r
30         b=oG04o44el29KnO81hJ/qy5bEturs66jamuoRIZuZLmuxPyyiIc+Fmri+yBgLZKJPnm\r
31         T00yjGKypgLPgbJFIS9TMBb0Z7z6ZabvrIhn79V/mS8jE91cI3xrK7pTVSCcjOdTAmOi\r
32         F3eCqAE195oJddVtZ4iaUB6jsxWTM3QhvJNp0=\r
33 Received: by 10.213.34.78 with SMTP id k14mr2557366ebd.55.1324829904915;\r
34         Sun, 25 Dec 2011 08:18:24 -0800 (PST)\r
35 Received: from localhost (g231159061.adsl.alicedsl.de. [92.231.159.61])\r
36         by mx.google.com with ESMTPS id a60sm79292640eeb.4.2011.12.25.08.18.22\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Sun, 25 Dec 2011 08:18:23 -0800 (PST)\r
39 Content-Type: text/plain; charset="utf-8"\r
40 MIME-Version: 1.0\r
41 Content-Transfer-Encoding: quoted-printable\r
42 To: Notmuch Mailing List <notmuch@notmuchmail.org>\r
43 Message-ID: <20111225155642.19108.68779@brick.lan>\r
44 From: Patrick Totzke <patricktotzke@googlemail.com>\r
45 Subject: [alot] announcing bugfix release v0.21\r
46 Date: Sun, 25 Dec 2011 16:18:21 +0000\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sun, 25 Dec 2011 16:18:28 -0000\r
60 \r
61 Good news everyone!\r
62 \r
63 I have just tagged the bugfix release version 0.21 of my terminal GUI `alot=\r
64 `.\r
65 You can get a tarball here: https://github.com/pazz/alot/tarball/0.21\r
66 \r
67 NEWS:\r
68 \r
69 * avoid traceback infos from getting written on top of the ui\r
70 * new "--help" output, autogenerated manpage\r
71 * version string extracted from git for cli option "--version"\r
72 * command line subcommands: compose and search\r
73 * properly display multiple headers with the same key\r
74 * envelope.set option "--append"\r
75 * more detailed CUSTOMIZE docs\r
76 * multiple fixes for the envelope buffer\r
77 * exit on closing of last buffer is now optional\r
78 * die gracefully when config parsing fails\r
79 * random bugfixes in the ui\r
80 * determine attachments via the "Content-Disposition" header\r
81 * nicer alignment for messages in thread buffers\r
82 * deal with external commands as lists of strings instead of strings\r
83 * better filetype detection in attachments via magic numbers\r
84 * errbacks and correct calling of post-hooks for deferred commands\r
85 * add packaging info for debian\r
86 * envelope.headers stores lists of values for each key now\r
87 * default binding: 's' to 'toggletag unread' in search buffers\r
88 \r
89 The bleeding-edge development version lives in branch 'testing' and is alre=\r
90 ady\r
91 a few cool features ahead of this release. Check it out from\r
92 https://github.com/pazz/alot\r
93 \r
94 Thanks goes to dtk, teyphoon, mortbauer and murks for fixes and bugreports.\r
95 \r
96 Happy holidays,\r
97 /p\r