added min_word_len option to discard/skip too short words in email body

This commit is contained in:
SJ
2012-08-22 08:15:53 +02:00
parent 7e8c7f12b6
commit 572d258c2a
4 changed files with 6 additions and 2 deletions

View File

@@ -64,6 +64,8 @@ struct __config {
int archive_emails_not_having_message_id;
int min_word_len;
int debug;
};