changeset 7290:697000a67c42 HEAD

And compile fix for last change.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Feb 2008 21:37:45 +0200
parents 589663d269de
children db65d921b0e1
files src/lib-storage/index/index-mail-headers.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail-headers.c	Mon Feb 25 21:27:39 2008 +0200
+++ b/src/lib-storage/index/index-mail-headers.c	Mon Feb 25 21:37:45 2008 +0200
@@ -215,7 +215,7 @@
 			  (HEADER_MATCH_SKIP_COUNT-1)) == 0);
 		if (mail->header_match_value == 0) {
 			/* wrapped, we'll have to clear the buffer */
-			buffer_reset(mail->header_match->arr.buffer);
+			buffer_reset(mail->header_match.arr.buffer);
 			mail->header_match_value = HEADER_MATCH_SKIP_COUNT;
 		}
 	}