[dovecot-cvs] dovecot/src/lib-imap imap-base-subject.c,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Mon Jan 13 22:01:25 EET 2003


Update of /home/cvs/dovecot/src/lib-imap
In directory danu:/tmp/cvs-serv31105/src/lib-imap

Modified Files:
	imap-base-subject.c 
Log Message:
Blobs weren't removed correctly, resulting in incorrect SORT SUBJECT and
THREAD results.



Index: imap-base-subject.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-base-subject.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- imap-base-subject.c	8 Jan 2003 20:49:52 -0000	1.4
+++ imap-base-subject.c	13 Jan 2003 20:01:22 -0000	1.5
@@ -119,6 +119,7 @@
 	if (*data != '[')
 		return FALSE;
 
+	data++;
 	while (*data != '\0' && *data != '[' && *data != ']')
 		data++;
 




More information about the dovecot-cvs mailing list