projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4b529
)
notmuch new: Fix countdown timer on first run.
author
Carl Worth
<cworth@cworth.org>
Wed, 18 Nov 2009 23:29:52 +0000
(
00:29
+0100)
committer
Carl Worth
<cworth@cworth.org>
Wed, 18 Nov 2009 23:29:52 +0000
(
00:29
+0100)
A recent shuffling of this code accidentally disabled the timer,
(making the time spent counting the files totally useless).
notmuch-new.c
patch
|
blob
|
history
diff --git
a/notmuch-new.c
b/notmuch-new.c
index 8b3195984680fd948b1bae764ff1cf6068db9f83..316d26b5c09181859fbb68c996419cf11c6a80b1 100644
(file)
--- 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);