From 3687472d45b656abe8d9a3f8e465692f19e60367 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 19 Nov 2009 00:29:52 +0100 Subject: [PATCH] notmuch new: Fix countdown timer on first run. A recent shuffling of this code accidentally disabled the timer, (making the time spent counting the files totally useless). --- notmuch-new.c | 1 - 1 file changed, 1 deletion(-) diff --git a/notmuch-new.c b/notmuch-new.c index 8b319598..316d26b5 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -423,7 +423,6 @@ notmuch_new_command (void *ctx, dot_notmuch_path = NULL; add_files_state.saw_read_only_directory = FALSE; - add_files_state.total_files = 0; add_files_state.processed_files = 0; add_files_state.added_messages = 0; gettimeofday (&add_files_state.tv_start, NULL); -- 2.43.0