* [PATCH] NEWS for directory function fixes
@ 2012-05-25 1:17 Austin Clements
2012-05-26 0:40 ` David Bremner
0 siblings, 1 reply; 2+ messages in thread
From: Austin Clements @ 2012-05-25 1:17 UTC (permalink / raw)
To: notmuch
---
NEWS | 10 ++++++++++
1 file changed, 10 insertions(+)
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)
=========================
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] NEWS for directory function fixes
2012-05-25 1:17 [PATCH] NEWS for directory function fixes Austin Clements
@ 2012-05-26 0:40 ` David Bremner
0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2012-05-26 0:40 UTC (permalink / raw)
To: Austin Clements, notmuch
Austin Clements <amdragon@MIT.EDU> writes:
> ---
> NEWS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
pushed to release.
d
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-26 0:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 1:17 [PATCH] NEWS for directory function fixes Austin Clements
2012-05-26 0:40 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).