changeset 9375:fcb34048a29c HEAD

maildir: Removed some unnecessary code.
author Timo Sirainen <tss@iki.fi>
date Thu, 10 Sep 2009 13:57:26 -0400
parents 58630516a9d4
children f2a6a99ff9ea
files src/lib-storage/index/maildir/maildir-sync-index.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-sync-index.c	Thu Sep 10 13:51:47 2009 -0400
+++ b/src/lib-storage/index/maildir/maildir-sync-index.c	Thu Sep 10 13:57:26 2009 -0400
@@ -29,8 +29,6 @@
 	ARRAY_TYPE(keyword_indexes) keywords, idx_keywords;
 
 	uint32_t seq, uid;
-
-	bool changed;
 };
 
 struct maildir_keywords_sync_ctx *
@@ -50,7 +48,6 @@
 					   MAILBOX_SYNC_TYPE_EXPUNGE);
 		}
 		mail_index_expunge(ctx->trans, ctx->seq);
-		ctx->changed = TRUE;
 		return 1;
 	}
 	if (errno == ENOENT)
@@ -115,7 +112,6 @@
 		box->v.sync_notify(box, ctx->uid,
 				   index_sync_type_convert(sync_type));
 	}
-	ctx->changed = TRUE;
 	return 1;
 }