From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 77FC76DE0A5B for ; Sun, 31 Dec 2017 15:09:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.000] 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 6qhQ8gMREFYn for ; Sun, 31 Dec 2017 15:09:40 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 652D06DE0AF4 for ; Sun, 31 Dec 2017 15:09:38 -0800 (PST) Received: from fifthhorseman.net (cpe-74-71-53-242.nyc.res.rr.com [74.71.53.242]) by che.mayfirst.org (Postfix) with ESMTPSA id 67409F9A0 for ; Sun, 31 Dec 2017 18:09:37 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id AD790201CC; Sun, 31 Dec 2017 18:09:30 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 2/6] NEWS: transition n_d_add_message to n_d_index_file Date: Sun, 31 Dec 2017 18:09:26 -0500 Message-Id: <20171231230930.450-2-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171231230930.450-1-dkg@fifthhorseman.net> References: <20171231230930.450-1-dkg@fifthhorseman.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Sun, 31 Dec 2017 23:09:40 -0000 --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 989cc405..a7ca0245 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,14 @@ Change of return value of `notmuch_thread_get_authors` returned NULL. This has been replaced by an empty string, since the possibility of NULL was not documented. +Transition `notmuch_database_add_message` to `notmuch_database_index_file` + + When indexing an e-mail message, the new + `notmuch_database_index_file` function is the preferred form, and + the old `notmuch_database_add_message` is deprecated. The new form + allows passing a set of options to the indexing engine, which the + operator may decide to change from message to message. + Python Bindings --------------- -- 2.15.1