Browse code

NEW_WORLD was the default by mistake

git-svn: trunk@1823

Nigel Horne authored on 2006/01/22 03:39:18
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.275 2006/01/21 18:34:42 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.276 2006/01/21 18:39:18 nigelhorne Exp $";
19 19
 
20 20
 #if HAVE_CONFIG_H
21 21
 #include "clamav-config.h"
... ...
@@ -168,7 +168,7 @@ typedef enum	{ FALSE = 0, TRUE = 1 } bool;
168 168
  */
169 169
 #define	PARTIAL_DIR
170 170
 
171
-#define	NEW_WORLD
171
+/*#define	NEW_WORLD*/
172 172
 
173 173
 static	int	cli_parse_mbox(const char *dir, int desc, unsigned int options);
174 174
 static	message	*parseEmailFile(FILE *fin, const table_t *rfc821Table, const char *firstLine, const char *dir);