mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
minor post-0.26 NEWS layout fixes
As usual, one notices these *after* release(s).
This commit is contained in:
parent
b0b1fde0cb
commit
ea36e70d7a
1 changed files with 6 additions and 6 deletions
12
NEWS
12
NEWS
|
@ -41,7 +41,7 @@ Notmuch 0.26.2 (2018-04-28)
|
||||||
Library Changes
|
Library Changes
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Work around Xapian bug with `get_mset(0,0, x)`.
|
Work around Xapian bug with `get_mset(0,0, x)`
|
||||||
|
|
||||||
This causes aborts in `_notmuch_query_count_documents` on
|
This causes aborts in `_notmuch_query_count_documents` on
|
||||||
e.g. Fedora 28. The underlying bug is fixed in Xapian commit
|
e.g. Fedora 28. The underlying bug is fixed in Xapian commit
|
||||||
|
@ -178,11 +178,11 @@ Change of return value of `notmuch_thread_get_authors`
|
||||||
|
|
||||||
Transition `notmuch_database_add_message` to `notmuch_database_index_file`
|
Transition `notmuch_database_add_message` to `notmuch_database_index_file`
|
||||||
|
|
||||||
When indexing an e-mail message, the new
|
When indexing an e-mail message, the new
|
||||||
`notmuch_database_index_file` function is the preferred form, and
|
`notmuch_database_index_file` function is the preferred form, and
|
||||||
the old `notmuch_database_add_message` is deprecated. The new form
|
the old `notmuch_database_add_message` is deprecated. The new form
|
||||||
allows passing a set of options to the indexing engine, which the
|
allows passing a set of options to the indexing engine, which the
|
||||||
operator may decide to change from message to message.
|
operator may decide to change from message to message.
|
||||||
|
|
||||||
Test Suite
|
Test Suite
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in a new issue