cli: use notmuch_bool_t for boolean argument in show

Pedantically correct, although they're the same underlying type.
This commit is contained in:
Jani Nikula 2017-10-01 23:53:18 +03:00 committed by David Bremner
parent 816097f05b
commit 9a0df8128c

View file

@ -1085,7 +1085,7 @@ notmuch_show_command (notmuch_config_t *config, int argc, char *argv[])
.output_body = TRUE,
};
int format = NOTMUCH_FORMAT_NOT_SPECIFIED;
int exclude = TRUE;
notmuch_bool_t exclude = TRUE;
notmuch_bool_t entire_thread_set = FALSE;
notmuch_bool_t single_message;