mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
NEWS: document API changes to n_d_find_message{,_by_filename}
For details the user will have to refer to the source.
This commit is contained in:
parent
808fbff530
commit
2e4d89a648
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -22,6 +22,13 @@ New functions
|
|||
|
||||
notmuch_database_find_message_by_filename does exactly what it says.
|
||||
|
||||
API changes
|
||||
|
||||
notmuch_database_find_message (and n_d_f_m_by_filename) now return
|
||||
a status indicator and uses an output parameter for the
|
||||
message. This change required changing the SONAME of libnotmuch to
|
||||
libnotmuch.so.2
|
||||
|
||||
Python bindings changes
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue