changeset 959:f66455b629cd HEAD

Blobs weren't removed correctly, resulting in incorrect SORT SUBJECT and THREAD results.
author Timo Sirainen <tss@iki.fi>
date Mon, 13 Jan 2003 22:01:22 +0200
parents 2c7a2d90e0cb
children 48c5ea7477fe
files src/lib-imap/imap-base-subject.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-imap/imap-base-subject.c	Mon Jan 13 22:00:38 2003 +0200
+++ b/src/lib-imap/imap-base-subject.c	Mon Jan 13 22:01:22 2003 +0200
@@ -119,6 +119,7 @@
 	if (*data != '[')
 		return FALSE;
 
+	data++;
 	while (*data != '\0' && *data != '[' && *data != ']')
 		data++;