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