From: Carl Worth Date: Wed, 18 Nov 2009 23:32:21 +0000 (+0100) Subject: notmuch new: Restore printout of total files counted. X-Git-Tag: 0.1~428 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0c0a401f706a2a6babffbc72b3ec17b87c173711 notmuch new: Restore printout of total files counted. This was more fallout from the recent re-shuffling of this code. --- 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;