From 13a74cb0b1beb79fe2e51e4034a40209c3410c40 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 13 Nov 2014 21:59:42 +0100 Subject: [PATCH] [PATCH 1/2] NEWS: add short overview section --- b6/c0b90351349f72ae641ee03afc461d3473e51e | 77 +++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 b6/c0b90351349f72ae641ee03afc461d3473e51e diff --git a/b6/c0b90351349f72ae641ee03afc461d3473e51e b/b6/c0b90351349f72ae641ee03afc461d3473e51e new file mode 100644 index 000000000..983d69978 --- /dev/null +++ b/b6/c0b90351349f72ae641ee03afc461d3473e51e @@ -0,0 +1,77 @@ +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 CA125431FBF + for ; Thu, 13 Nov 2014 13:00:12 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 mayvh49RkQ57 for ; + Thu, 13 Nov 2014 13:00:08 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 135BA431FBD + for ; Thu, 13 Nov 2014 13:00:08 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Xp1Uq-0007DD-5V; Thu, 13 Nov 2014 17:00:04 -0400 +Received: (nullmailer pid 2884 invoked by uid 1000); Thu, 13 Nov 2014 + 20:59:58 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH 1/2] NEWS: add short overview section +Date: Thu, 13 Nov 2014 21:59:42 +0100 +Message-Id: <1415912383-2836-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.1 +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, 13 Nov 2014 21:00:13 -0000 + +I decided to err on the side of brevity, since the details are just +below. +--- + NEWS | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +diff --git a/NEWS b/NEWS +index 8df124f..0115322 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,6 +1,17 @@ + Notmuch 0.19~rc2 (2014-11-09) + ============================= + ++Overview ++-------- ++ ++This release improves the reliability of `notmuch dump` and the error ++handling for `notmuch insert`. The new `notmuch address` command is ++intended to make searching for email addresses more convenient. At the ++library level the revised handling of missing messages fixes at least ++one bug in threading. The release also includes several interface ++improvements to the emacs interface, most notably the ability to bind ++keyboard shortcuts to saved searches. ++ + Command-Line Interface + ---------------------- + +-- +2.1.1 + -- 2.26.2