]> git.notmuchmail.org Git - notmuch/commit
cli: convert notmuch_bool_t to stdbool
authorJani Nikula <jani@nikula.org>
Sat, 7 Oct 2017 08:44:04 +0000 (11:44 +0300)
committerDavid Bremner <david@tethera.net>
Tue, 10 Oct 2017 01:24:02 +0000 (22:24 -0300)
commit0f314c0c99befea599a68bea51d759b4133efef6
tree6d7fa97122e87bf6dcdb221267ac052f48331f59
parent54aef071590cb23f61da943daa29080cf7446696
cli: convert notmuch_bool_t to stdbool

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 cli and test binaries to stdbool.
29 files changed:
command-line-arguments.c
command-line-arguments.h
crypto.c
debugger.c
gmime-filter-reply.c
mime-node.c
notmuch-client.h
notmuch-compact.c
notmuch-config.c
notmuch-count.c
notmuch-dump.c
notmuch-insert.c
notmuch-new.c
notmuch-reply.c
notmuch-restore.c
notmuch-search.c
notmuch-setup.c
notmuch-show.c
notmuch-tag.c
notmuch.c
sprinter-json.c
sprinter-sexp.c
sprinter-text.c
sprinter.h
tag-util.c
tag-util.h
test/arg-test.c
test/hex-xcode.c
test/random-corpus.c