added an option to decide whether to archive messages without message-id header line

This commit is contained in:
SJ
2012-07-06 13:02:40 +02:00
parent 3a9b8a8ba0
commit 2d803e31d3
4 changed files with 13 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ struct __config {
int update_counters_to_memcached;
int memcached_to_db_interval;
int archive_emails_not_having_message_id;
};