changeset 8612:3ee12ca9e2c4 HEAD

index: Expunge records' UIDs weren't verified to be valid before using them.
author Timo Sirainen <tss@iki.fi>
date Mon, 12 Jan 2009 10:43:55 -0500
parents e9a28087b9f9
children 37e74d43ff26
files src/lib-index/mail-transaction-log-view.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log-view.c	Mon Jan 12 10:32:38 2009 -0500
+++ b/src/lib-index/mail-transaction-log-view.c	Mon Jan 12 10:43:55 2009 -0500
@@ -438,6 +438,7 @@
 				"expunge record missing protection mask");
 			return FALSE;
 		}
+		rec_type &= ~MAIL_TRANSACTION_EXPUNGE_PROT;
 	}
 
 	if (rec_size == 0) {