[PATCH 1/2] NEWS: add short overview section
[notmuch-archives.git] / b6 / c0b90351349f72ae641ee03afc461d3473e51e
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 CA125431FBF\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Nov 2014 13:00:12 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id mayvh49RkQ57 for <notmuch@notmuchmail.org>;\r
16         Thu, 13 Nov 2014 13:00:08 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 135BA431FBD\r
21         for <notmuch@notmuchmail.org>; Thu, 13 Nov 2014 13:00:08 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1Xp1Uq-0007DD-5V; Thu, 13 Nov 2014 17:00:04 -0400\r
25 Received: (nullmailer pid 2884 invoked by uid 1000); Thu, 13 Nov 2014\r
26         20:59:58 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 1/2] NEWS: add short overview section\r
30 Date: Thu, 13 Nov 2014 21:59:42 +0100\r
31 Message-Id: <1415912383-2836-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.1\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Thu, 13 Nov 2014 21:00:13 -0000\r
46 \r
47 I decided to err on the side of brevity, since the details are just\r
48 below.\r
49 ---\r
50  NEWS | 11 +++++++++++\r
51  1 file changed, 11 insertions(+)\r
52 \r
53 diff --git a/NEWS b/NEWS\r
54 index 8df124f..0115322 100644\r
55 --- a/NEWS\r
56 +++ b/NEWS\r
57 @@ -1,6 +1,17 @@\r
58  Notmuch 0.19~rc2 (2014-11-09)\r
59  =============================\r
60  \r
61 +Overview\r
62 +--------\r
63 +\r
64 +This release improves the reliability of `notmuch dump` and the error\r
65 +handling for `notmuch insert`. The new `notmuch address` command is\r
66 +intended to make searching for email addresses more convenient. At the\r
67 +library level the revised handling of missing messages fixes at least\r
68 +one bug in threading. The release also includes several interface\r
69 +improvements to the emacs interface, most notably the ability to bind\r
70 +keyboard shortcuts to saved searches.\r
71 +\r
72  Command-Line Interface\r
73  ----------------------\r
74  \r
75 -- \r
76 2.1.1\r
77 \r