NEWS: fix markup of CONSTANTS_WITH_UNDERSCORES

Alas, I did not notice when when I originally applied the NEWS patch
This commit is contained in:
David Bremner 2016-09-23 20:58:32 -03:00
parent 67873799ea
commit efc17bb561

2
NEWS
View file

@ -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.