projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7b058
)
Commented out a debug printf.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 19 Jul 2014 11:52:16 +0000
(13:52 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 19 Jul 2014 11:52:16 +0000
(13:52 +0200)
mymail.c
patch
|
blob
|
history
diff --git
a/mymail.c
b/mymail.c
index
b3e7ede
..
a584e48
100644
(file)
--- a/
mymail.c
+++ b/
mymail.c
@@
-581,8
+581,8
@@
int search_in_db(const char *db_filename,
}
}
- printf("global_discard_mail_from_the_future = %d\n",
- global_discard_mail_from_the_future);
+
/*
printf("global_discard_mail_from_the_future = %d\n",
+ global_discard_mail_from_the_future); */
if(nb_extracted_mails < global_nb_mails_max &&
current_mail_filename[0] &&