X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-setup.c;h=c3ea9371c13cbc4058922fbdc920a5755e4084f0;hp=955deb7e51330c633d1a1017de47e35742cc8d4c;hb=fcd433709eff6b7f0fbbd1e5018ca0e37315ce26;hpb=14fb9f3c5531f45c9b5bf2e710f033288bcda5c8 diff --git a/notmuch-setup.c b/notmuch-setup.c index 955deb7e..c3ea9371 100644 --- a/notmuch-setup.c +++ b/notmuch-setup.c @@ -92,9 +92,9 @@ notmuch_setup_command (unused (void *ctx), unused (int argc), unused (char *argv[])) { char *response = NULL; - size_t response_size; + size_t response_size = 0; notmuch_config_t *config; - char **old_other_emails; + const char **old_other_emails; size_t old_other_emails_len; GPtrArray *other_emails; unsigned int i;