]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-setup.c
new: Defer updating directory mtimes until the end.
[notmuch] / notmuch-setup.c
index 955deb7e51330c633d1a1017de47e35742cc8d4c..c3ea9371c13cbc4058922fbdc920a5755e4084f0 100644 (file)
@@ -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;