aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAustin Clements <amdragon@MIT.EDU>2012-05-24 21:17:26 -0400
committerDavid Bremner <bremner@debian.org>2012-05-25 21:05:34 -0300
commit541ba7f94f9959df56621197d9c08b2072058d5c (patch)
treea388c0f4f8f8767ba542fd9c32154585c5452256 /NEWS
parentc2f6c2a4074a49071b1a3f8a7a70bdc3d12f48cc (diff)
NEWS for directory function fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cac7c73..9fd1469 100644
--- 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)
=========================