projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6787379
)
NEWS: fix markup of CONSTANTS_WITH_UNDERSCORES
author
David Bremner
<david@tethera.net>
Fri, 23 Sep 2016 23:58:32 +0000
(20:58 -0300)
committer
David Bremner
<david@tethera.net>
Fri, 23 Sep 2016 23:58:32 +0000
(20:58 -0300)
Alas, I did not notice when when I originally applied the NEWS patch
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index f6ecbc7635096089516611e7513c125d7640ee40..0fd6d724ffec39092de582a1382bcbcee1285002 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-62,7
+62,7
@@
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
+ because
`DATABASE_MODE_READ_ONLY` and `DATABASE_MODE_READ_WRITE`
were
both set to zero.
The same issue occured with sort modes.