From efc17bb5617708bc543ca585865ee45e7aeedd6e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 23 Sep 2016 20:58:32 -0300 Subject: [PATCH 1/1] NEWS: fix markup of CONSTANTS_WITH_UNDERSCORES Alas, I did not notice when when I originally applied the NEWS patch --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f6ecbc76..0fd6d724 100644 --- 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. -- 2.43.0