aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-19 00:29:52 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-19 00:29:52 +0100
commit3687472d45b656abe8d9a3f8e465692f19e60367 (patch)
tree4b78316eea74e7158251872647b8e5aeb39e8f97 /notmuch-new.c
parent0d4b529297a5d1fbbd1e50231578b3e349fb52ce (diff)
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).
Diffstat (limited to 'notmuch-new.c')
-rw-r--r--notmuch-new.c1
1 files changed, 0 insertions, 1 deletions
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);