Browse code

add missing max-mail-recursion

git-svn: trunk@2578

Tomasz Kojm authored on 2006/12/28 06:32:10
Showing 1 changed files
... ...
@@ -62,6 +62,7 @@ static struct option clamscan_longopt[] = {
62 62
     {"max-ratio", 1, 0, 0},
63 63
     {"max-recursion", 1, 0, 0},
64 64
     {"max-dir-recursion", 1, 0, 0},
65
+    {"max-mail-recursion", 1, 0, 0},
65 66
 #ifdef HAVE_NCORE
66 67
     {"ncore", 0, 0, 0},
67 68
 #endif