added a debug option to the parse_line function

This commit is contained in:
SJ
2012-07-23 16:51:36 +02:00
parent eb44c74036
commit 97ca851780
5 changed files with 10 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ struct __config {
int memcached_to_db_interval;
int archive_emails_not_having_message_id;
int debug;
};