[dovecot-cvs] dovecot/src/lib-index mail-index-update.c,1.41,1.42

cras at procontrol.fi cras at procontrol.fi
Fri Jan 3 17:57:14 EET 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv6416/lib-index

Modified Files:
	mail-index-update.c 
Log Message:
Rewrote rfc822-tokenize.c to work one token at a time so it won't uselessly
take memory, maybe also a bit faster. This caused pretty large changes all
around.

Also moved all string (un)escaping code to lib/strescape.c. 



Index: mail-index-update.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index-update.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- mail-index-update.c	22 Dec 2002 07:07:28 -0000	1.41
+++ mail-index-update.c	3 Jan 2003 15:57:12 -0000	1.42
@@ -5,7 +5,6 @@
 #include "istream.h"
 #include "ioloop.h"
 #include "rfc822-date.h"
-#include "rfc822-tokenize.h"
 #include "message-parser.h"
 #include "message-part-serialize.h"
 #include "message-size.h"




More information about the dovecot-cvs mailing list