]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: Note implementation bug for python binding
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Sep 2011 07:55:14 +0000 (09:55 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Sep 2011 07:55:14 +0000 (09:55 +0200)
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>
NEWS

diff --git a/NEWS b/NEWS
index 01e6a7f16cbfc4d1e6c482be7fc3ade7242b9420..ee84e9a6d0db154b6167ad3822922cdddfab69cb 100644 (file)
--- a/NEWS
+++ b/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