changeset 3390:0a4769c38183 HEAD

Keyword resets were written using sequences to transaction log, which caused keyword breakages.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 May 2005 23:50:18 +0300
parents 70c200deddf7
children d01de9d362c1
files src/lib-index/mail-index-transaction.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-transaction.c	Mon May 23 22:51:38 2005 +0300
+++ b/src/lib-index/mail-index-transaction.c	Mon May 23 23:50:18 2005 +0300
@@ -160,6 +160,7 @@
 
 	mail_index_buffer_convert_to_uids(t, &t->expunges, TRUE);
 	mail_index_buffer_convert_to_uids(t, &t->updates, TRUE);
+	mail_index_buffer_convert_to_uids(t, &t->keyword_resets, TRUE);
 	return 0;
 }