projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3687472
)
notmuch new: Restore printout of total files counted.
author
Carl Worth
<cworth@cworth.org>
Wed, 18 Nov 2009 23:32:21 +0000
(
00:32
+0100)
committer
Carl Worth
<cworth@cworth.org>
Wed, 18 Nov 2009 23:32:21 +0000
(
00:32
+0100)
This was more fallout from the recent re-shuffling of this code.
notmuch-new.c
patch
|
blob
|
history
diff --git
a/notmuch-new.c
b/notmuch-new.c
index 316d26b5c09181859fbb68c996419cf11c6a80b1..1b0558486b400b74609c811d7eb8188ebe17700a 100644
(file)
--- 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;