mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
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:
parent
3687472d45
commit
0c0a401f70
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ notmuch_new_command (void *ctx,
|
|||
if (interrupted)
|
||||
return 1;
|
||||
|
||||
printf ("Found %d total files. \n", count);
|
||||
notmuch = notmuch_database_create (db_path);
|
||||
add_files_state.ignore_read_only_directories = FALSE;
|
||||
add_files_state.total_files = count;
|
||||
|
|
Loading…
Reference in a new issue