mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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).
This commit is contained in:
parent
0d4b529297
commit
3687472d45
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue