]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-new.c
notmuch new: Fix countdown timer on first run.
[notmuch] / notmuch-new.c
index 8b3195984680fd948b1bae764ff1cf6068db9f83..316d26b5c09181859fbb68c996419cf11c6a80b1 100644 (file)
@@ -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);