mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
NEWS: Note implementation bug for python binding
Make note that find_message_by_name currently crashes the python process if the Database is READ-ONLY. This should be fixed in the underlying libnotmuch. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
7e9ea686fa
commit
0ab5e13e1b
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -29,6 +29,8 @@ Python bindings changes
|
|||
libnotmuch.
|
||||
- Support Database().begin_atomic()/end_atomic()
|
||||
- Support Database().find_message_by_filename()
|
||||
NB! This needs a db opened in READ-WRITE mode currently, or it will crash
|
||||
the python process. The is a limitation (=bug) of the underlying libnotmuch.
|
||||
- Fixes where we would not throw NotmuchErrors when we should (Justus Winter)
|
||||
|
||||
Ruby bindings changes
|
||||
|
|
Loading…
Reference in a new issue