]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-setup.c
new: Defer updating directory mtimes until the end.
[notmuch] / notmuch-setup.c
index ec4bfebc7e52c5fda803b301c84cfc43f55360d7..c3ea9371c13cbc4058922fbdc920a5755e4084f0 100644 (file)
@@ -92,7 +92,7 @@ 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;
     const char **old_other_emails;
     size_t old_other_emails_len;