]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-compact.c
cli: initialize quiet variable in compact
[notmuch] / notmuch-compact.c
index 8b820c0d12389eea75198aa70d65dbd3efc8be49..6c5909386da8e49ea9fd5dfe56c947fcbadafdc1 100644 (file)
@@ -32,7 +32,7 @@ notmuch_compact_command (notmuch_config_t *config, int argc, char *argv[])
     const char *path = notmuch_config_get_database_path (config);
     const char *backup_path = NULL;
     notmuch_status_t ret;
     const char *path = notmuch_config_get_database_path (config);
     const char *backup_path = NULL;
     notmuch_status_t ret;
-    notmuch_bool_t quiet;
+    notmuch_bool_t quiet = FALSE;
     int opt_index;
 
     notmuch_opt_desc_t options[] = {
     int opt_index;
 
     notmuch_opt_desc_t options[] = {