[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-mail.c, 1.17, 1.18
tss at dovecot.org
tss at dovecot.org
Sun May 13 20:22:42 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv21368/lib-storage/index/dbox
Modified Files:
dbox-mail.c
Log Message:
Added MAIL_ERROR_EXPUNGED. Set the error whenever expunged message is tried
to be accessed.
Index: dbox-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-mail.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbox-mail.c 17 Apr 2007 15:09:12 -0000 1.17
+++ dbox-mail.c 13 May 2007 17:22:40 -0000 1.18
@@ -92,7 +92,7 @@
file_seq_r, offset_r);
if (*ret_r <= 0) {
if (*ret_r == 0)
- mail->mail.mail.expunged = TRUE;
+ mail_set_expunged(&mail->mail.mail);
return TRUE;
}
More information about the dovecot-cvs
mailing list