lib: convert notmuch_bool_t to stdbool internally
authorJani Nikula <jani@nikula.org>
Sat, 7 Oct 2017 08:44:05 +0000 (11:44 +0300)
committerDavid Bremner <david@tethera.net>
Tue, 10 Oct 2017 01:27:16 +0000 (22:27 -0300)
commit008a5e92eb157e2bb8622cb2fbf644deba5ba4b4
tree12c403226e076d230ac54fa59c98726fcafefb38
parent0f314c0c99befea599a68bea51d759b4133efef6
lib: convert notmuch_bool_t to stdbool internally

C99 stdbool turned 18 this year. There really is no reason to use our
own, except in the library interface for backward
compatibility. Convert the lib internally to stdbool.
17 files changed:
lib/add-message.cc
lib/built-with.c
lib/config.cc
lib/database-private.h
lib/database.cc
lib/directory.cc
lib/filenames.c
lib/index.cc
lib/message-file.c
lib/message-private.h
lib/message-property.cc
lib/message.cc
lib/messages.c
lib/notmuch-private.h
lib/query.cc
lib/string-map.c
lib/thread.cc