changeset 9918:317cb0a6744b HEAD

maildir: Removed some unnecessary code.
author Timo Sirainen <tss@iki.fi>
date Thu, 10 Sep 2009 13:57:25 -0400
parents 81011be1092f
children d39dbfad7f69
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:25 2009 -0400
@@ -30,8 +30,6 @@
 	ARRAY_TYPE(keyword_indexes) keywords, idx_keywords;
 
 	uint32_t seq, uid;
-
-	bool changed;
 };
 
 struct maildir_keywords_sync_ctx *
@@ -98,7 +96,6 @@
 			box->v.sync_notify(box, ctx->uid,
 					   MAILBOX_SYNC_TYPE_EXPUNGE);
 		}
-		ctx->changed = TRUE;
 		return 1;
 	}
 	if (errno == ENOENT)
@@ -163,7 +160,6 @@
 		box->v.sync_notify(box, ctx->uid,
 				   index_sync_type_convert(sync_type));
 	}
-	ctx->changed = TRUE;
 	return 1;
 }