Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 80 / 01298ec422facfcd506b56a135d7966a7a9c95
1 Return-Path: <bremner@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 9253F6DE0159\r
6  for <notmuch@notmuchmail.org>; Wed, 13 Jul 2016 15:57:55 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.011\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[AWL=0.000,\r
12   SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id shkF-uB-9miG for <notmuch@notmuchmail.org>;\r
16  Wed, 13 Jul 2016 15:57:47 -0700 (PDT)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id C7F2B6DE0140\r
19  for <notmuch@notmuchmail.org>; Wed, 13 Jul 2016 15:57:47 -0700 (PDT)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <bremner@tethera.net>)\r
22  id 1bNT5m-0000AV-5Z; Wed, 13 Jul 2016 18:57:22 -0400\r
23 Received: (nullmailer pid 4373 invoked by uid 1000);\r
24  Wed, 13 Jul 2016 22:57:43 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [PATCH] NEWS: initial NEWS for 0.22.1\r
28 Date: Wed, 13 Jul 2016 19:57:37 -0300\r
29 Message-Id: <1468450657-4331-1-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.8.1\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.20\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35  <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
37  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Wed, 13 Jul 2016 22:57:55 -0000\r
44 \r
45 ---\r
46  NEWS | 31 +++++++++++++++++++++++++++++++\r
47  1 file changed, 31 insertions(+)\r
48 \r
49 diff --git a/NEWS b/NEWS\r
50 index c945c24..0e8c37e 100644\r
51 --- a/NEWS\r
52 +++ b/NEWS\r
53 @@ -1,3 +1,34 @@\r
54 +Notmuch 0.22.1 (UNRELEASED)\r
55 +===========================\r
56 +\r
57 +Library\r
58 +-------\r
59 +\r
60 +Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.\r
61 +\r
62 +Document the (lack of) operations permitted on a closed database.\r
63 +\r
64 +Test Suite\r
65 +----------\r
66 +\r
67 +Fix race condition in dump / restore tests.\r
68 +\r
69 +Notmuch-Mutt\r
70 +------------\r
71 +\r
72 +Use `env` to locate perl.\r
73 +\r
74 +Emacs\r
75 +-----\r
76 +\r
77 +Tell `message-mode` mode that outgoing messages are mail\r
78 +\r
79 +  This makes message-mode configuration behave more predictably.\r
80 +\r
81 +Respect charset of MIME parts when reading them\r
82 +\r
83 +  Fix previous assumption that everyone uses UTF-8.\r
84 +\r
85  Notmuch 0.22 (2016-04-26)\r
86  =========================\r
87  \r
88 -- \r
89 2.8.1\r
90 \r