X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-restore.c;h=dee19c206d13b9ceb415a582e99bd747cd95d01b;hp=0025e2c316bed501fc19bb4412ffb3c858dac14d;hb=2e16b051528b273e16306224f128b28d0091bc6a;hpb=4a6721970a42a9f86149fb5d395d1001fed2d305 diff --git a/notmuch-restore.c b/notmuch-restore.c index 0025e2c3..dee19c20 100644 --- a/notmuch-restore.c +++ b/notmuch-restore.c @@ -211,7 +211,7 @@ parse_sup_line (void *ctx, char *line, tok_len++; } - if (tag_op_list_append (tag_ops, tok, FALSE)) + if (tag_op_list_append (tag_ops, tok, false)) return -1; } @@ -223,7 +223,7 @@ int notmuch_restore_command (notmuch_config_t *config, int argc, char *argv[]) { notmuch_database_t *notmuch; - notmuch_bool_t accumulate = FALSE; + bool accumulate = false; tag_op_flag_t flags = 0; tag_op_list_t *tag_ops;