X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=0fd6d724ffec39092de582a1382bcbcee1285002;hp=f6ecbc7635096089516611e7513c125d7640ee40;hb=18e720314fce5836f89b72c469e7a3d596f9ae7e;hpb=67873799ea049a3438ab464bd01cde8dbc3858d8 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.