]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
NEWS for directory function fixes
authorAustin Clements <amdragon@MIT.EDU>
Fri, 25 May 2012 01:17:26 +0000 (21:17 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 26 May 2012 00:05:34 +0000 (21:05 -0300)
NEWS

diff --git a/NEWS b/NEWS
index cac7c73be81b4effb96d1710a5ef31a31e8ff9c2..9fd146998c9605e1404c19633fa2003bd648fc5f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,16 @@ Fix inserting of UTF-8 characters from *text/plain* parts in reply
   HTML-only emails), replying to mails that do have *text/plain* the
   non-ASCII characters were incorrectly decoded. This is now fixed.
 
+`notmuch_database_get_directory` and
+`notmuch_database_find_message_by_filename` now work on read-only
+databases
+
+  Previously, these functions attempted to create directory documents
+  that didn't exist and would return an error or abort when given a
+  read-only database.  Now they no longer create directory documents
+  and simply return a `NULL` object if the directory does not exist,
+  as documented.
+
 Notmuch 0.13 (2012-05-15)
 =========================