mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
cli: use notmuch_bool_t for boolean argument in show
Pedantically correct, although they're the same underlying type.
This commit is contained in:
parent
816097f05b
commit
9a0df8128c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue