[dovecot-cvs] dovecot/src/lib-imap imap-base-subject.c,1.8,1.9

cras at dovecot.org cras at dovecot.org
Thu Sep 2 13:34:32 EEST 2004


Update of /home/cvs/dovecot/src/lib-imap
In directory talvi:/tmp/cvs-serv29410

Modified Files:
	imap-base-subject.c 
Log Message:
Parsing fix



Index: imap-base-subject.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-base-subject.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- imap-base-subject.c	31 Jul 2004 20:19:39 -0000	1.8
+++ imap-base-subject.c	2 Sep 2004 10:34:30 -0000	1.9
@@ -153,7 +153,7 @@
 
 	if (*data == ' ') {
 		/* independent from checks below - always removed */
-		data++;
+		data++; orig_data++;
 		*start_pos += 1;
 		ret = TRUE;
 	}



More information about the dovecot-cvs mailing list