diff options
| author | laochailan <laochailan@web.de> | 2015-05-31 14:02:15 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-03 20:20:18 -0300 |
| commit | 81045d9527f06d6a7c18854c73e09e539192d7c6 (patch) | |
| tree | 510be9674ff62a909ad9992645019070954ef339 | |
| parent | a26b06f09dd2317ab8ffb76dcc1ebb64ff2a80ad (diff) | |
updated NEWS
| -rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -598,6 +598,20 @@ Python Bindings Add support for `notmuch_query_add_tag_exclude` +Go Bindings +----------- + +Add support for `notmuch_threads_t` and `notmuch_thread_t` + +Fixed constant values so they are not all zero anymore. + + Previously, it was impossible to open writable database handles, + because DATABASE_MODE_READ_ONLY and DATABASE_MODE_READ_WRITE were + both set to zero. + The same issue occured with sort modes. + +Formatting improvements for Godoc generated documentation + Build System ------------ |
