aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-19 00:32:21 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-19 00:32:21 +0100
commit0c0a401f706a2a6babffbc72b3ec17b87c173711 (patch)
tree2efed8fe82a076d6d3983b909750f279643bf8b6 /notmuch-new.c
parent3687472d45b656abe8d9a3f8e465692f19e60367 (diff)
notmuch new: Restore printout of total files counted.
This was more fallout from the recent re-shuffling of this code.
Diffstat (limited to 'notmuch-new.c')
-rw-r--r--notmuch-new.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-new.c b/notmuch-new.c
index 316d26b5..1b055848 100644
--- a/notmuch-new.c
+++ b/notmuch-new.c
@@ -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;