mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
NEWS: transition n_d_add_message to n_d_index_file
This commit is contained in:
parent
d09f41a7f4
commit
8c41578a24
1 changed files with 8 additions and 0 deletions
8
NEWS
8
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
|
returned NULL. This has been replaced by an empty string, since the
|
||||||
possibility of NULL was not documented.
|
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
|
Python Bindings
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue