mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-18 21:45:17 +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,
|
.output_body = TRUE,
|
||||||
};
|
};
|
||||||
int format = NOTMUCH_FORMAT_NOT_SPECIFIED;
|
int format = NOTMUCH_FORMAT_NOT_SPECIFIED;
|
||||||
int exclude = TRUE;
|
notmuch_bool_t exclude = TRUE;
|
||||||
notmuch_bool_t entire_thread_set = FALSE;
|
notmuch_bool_t entire_thread_set = FALSE;
|
||||||
notmuch_bool_t single_message;
|
notmuch_bool_t single_message;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue