notmuch new: Restore printout of total files counted.

This was more fallout from the recent re-shuffling of this code.
This commit is contained in:
Carl Worth 2009-11-19 00:32:21 +01:00
parent 3687472d45
commit 0c0a401f70

View file

@ -407,6 +407,7 @@ notmuch_new_command (void *ctx,
if (interrupted) if (interrupted)
return 1; return 1;
printf ("Found %d total files. \n", count);
notmuch = notmuch_database_create (db_path); notmuch = notmuch_database_create (db_path);
add_files_state.ignore_read_only_directories = FALSE; add_files_state.ignore_read_only_directories = FALSE;
add_files_state.total_files = count; add_files_state.total_files = count;