From 3fba3238afda68ce68d269af2d3734602a8c0aa1 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 18 Oct 2015 17:42:48 +2100 Subject: [PATCH] [PATCH 3/8] NEWS: new count api / deprecated count/search functions for 0.21 --- c6/c0c5a4df11b9b06aa5e98e7648f55b7a88203e | 74 +++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 c6/c0c5a4df11b9b06aa5e98e7648f55b7a88203e diff --git a/c6/c0c5a4df11b9b06aa5e98e7648f55b7a88203e b/c6/c0c5a4df11b9b06aa5e98e7648f55b7a88203e new file mode 100644 index 000000000..96ad56f76 --- /dev/null +++ b/c6/c0c5a4df11b9b06aa5e98e7648f55b7a88203e @@ -0,0 +1,74 @@ +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 D7E4F6DE19D3 + for ; Sat, 17 Oct 2015 13:46:09 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.107 +X-Spam-Level: +X-Spam-Status: No, score=0.107 tagged_above=-999 required=5 tests=[AWL=0.097, + T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 uTOaJbC58SGh for ; + Sat, 17 Oct 2015 13:46:08 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 279616DE19D0 + for ; Sat, 17 Oct 2015 13:46:08 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZnYM2-0006vS-8I; Sat, 17 Oct 2015 20:45:26 +0000 +Received: (nullmailer pid 25683 invoked by uid 1000); Sat, 17 Oct 2015 + 20:43:04 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH 3/8] NEWS: new count api / deprecated count/search functions + for 0.21 +Date: Sat, 17 Oct 2015 17:42:48 -0300 +Message-Id: <1445114573-25561-4-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.5.3 +In-Reply-To: <1445114573-25561-1-git-send-email-david@tethera.net> +References: <1445114573-25561-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Sat, 17 Oct 2015 20:46:09 -0000 + +--- + NEWS | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/NEWS b/NEWS +index d35b8cd..7f2f249 100644 +--- a/NEWS ++++ b/NEWS +@@ -70,6 +70,15 @@ Database revision tracking + query parser and the new function + `notmuch_database_get_revision`. For the latter, see `notmuch(3)`. + ++New status code returning API for n_query_count_{messages,threads}. ++ ++Deprecated functions ++ ++ `notmuch_query_search_threads`, `notmuch_query_search_messages`, ++ `notmuch_query_count_messages`, and `notmuch_query_count_threads` ++ are all deprecated as of this release. Clients are encouraged to ++ transition to the `_st` variants supporting better error reporting. ++ + Notmuch 0.20.2 (2015-06-27) + =========================== + +-- +2.5.3 + -- 2.26.2