mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
NEWS for directory function fixes
This commit is contained in:
parent
c2f6c2a407
commit
541ba7f94f
1 changed files with 10 additions and 0 deletions
10
NEWS
10
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)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue