diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-12-31 18:09:26 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-31 22:32:54 -0400 |
| commit | 8c41578a24c6fca36ef6020c8cf2c6a96b666858 (patch) | |
| tree | e832ce1fa8b9d8ead6c2b40640a6990e90fb7261 | |
| parent | d09f41a7f4ef736025de7d3bbeb1e68c2f08a9ae (diff) | |
NEWS: transition n_d_add_message to n_d_index_file
| -rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 --------------- |
