]> git.notmuchmail.org Git - notmuch/commit
Prefer READ_ONLY consistently over READONLY.
authorCarl Worth <cworth@cworth.org>
Thu, 7 Jan 2010 18:29:05 +0000 (10:29 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 7 Jan 2010 18:29:05 +0000 (10:29 -0800)
commit807aef93d3bf02884f7a37b44b894c11d9e1df58
tree61ee6a1fc20b57491d69d808f913c63b38dabec9
parentf93b7218c3e2d11c5b3cdd4c367a42ca7a7ede77
Prefer READ_ONLY consistently over READONLY.

Previously we had NOTMUCH_DATABASE_MODE_READ_ONLY but
NOTMUCH_STATUS_READONLY_DATABASE which was ugly and confusing. Rename
the latter to NOTMUCH_STATUS_READ_ONLY_DATABASE for consistency.
lib/database.cc
lib/notmuch-private.h
lib/notmuch.h
notmuch-new.c