[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.117, 1.118

tss at dovecot.org tss at dovecot.org
Sun May 13 20:22:41 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv21368/lib-storage/index

Modified Files:
	index-mail.c 
Log Message:
Added MAIL_ERROR_EXPUNGED. Set the error whenever expunged message is tried
to be accessed.



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- index-mail.c	4 Apr 2007 09:27:38 -0000	1.117
+++ index-mail.c	13 May 2007 17:22:38 -0000	1.118
@@ -1022,7 +1022,7 @@
 	if (seq == 0) {
 		index_mail_reset(mail);
 		mail->mail.mail.uid = uid;
-		mail->mail.mail.expunged = TRUE;
+		mail_set_expunged(&mail->mail.mail);
 		return 0;
 	}
 



More information about the dovecot-cvs mailing list