X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=70e55cc728b6831989854897babc8183440eaac8;hp=7603d3d7b57f0a61236cef9f76afe5e8bd98740e;hb=5d614048b479fe998177668301da4b5c1fd9f56a;hpb=1407e409b17d9e5c7a9660603fb3b975ca854d98 diff --git a/notmuch-new.c b/notmuch-new.c index 7603d3d7..70e55cc7 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -410,6 +410,7 @@ notmuch_new_command (void *ctx, if (new_database) { int count; + count = 0; count_files (db_path, &count); add_files_state.ignore_read_only_directories = FALSE; add_files_state.total_files = count;