]> git.notmuchmail.org Git - notmuch/commit
cli: use notmuch_bool_t for boolean fields in notmuch_show_params_t
authorJani Nikula <jani@nikula.org>
Mon, 6 Feb 2012 19:57:21 +0000 (21:57 +0200)
committerDavid Bremner <bremner@debian.org>
Sun, 12 Feb 2012 16:58:20 +0000 (11:58 -0500)
commitc9c5a6f70c8371809f3b079e1aba3de3b4a13f6b
tree636ee46cf0c9f9bcfb0113190c01abc659960b5b
parentc0cd09041208abb6d641279c9ae453e6f2fdf4db
cli: use notmuch_bool_t for boolean fields in notmuch_show_params_t

Use notmuch_bool_t instead of int for entire_thread, raw, and decrypt
boolean fields in notmuch_show_params_t. No functional changes.

Signed-off-by: Jani Nikula <jani@nikula.org>
notmuch-client.h
notmuch-reply.c
notmuch-show.c