[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.17,1.18

cras at procontrol.fi cras at procontrol.fi
Sat Nov 2 22:10:23 EET 2002


Update of /home/cvs/dovecot/src/lib-storage
In directory danu:/tmp/cvs-serv8907/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Mostly mbox locking/syncing fixes. Still some problems though.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- mail-storage.h	24 Oct 2002 00:15:39 -0000	1.17
+++ mail-storage.h	2 Nov 2002 20:10:21 -0000	1.18
@@ -119,8 +119,9 @@
 
 	MailStorage *storage;
 
-	/* Close the box */
-	void (*close)(Mailbox *box);
+	/* Close the box. Returns FALSE if some cleanup errors occured, but
+	   the mailbox was closed anyway. */
+	int (*close)(Mailbox *box);
 
 	/* Set synchronization callback functions to use. */
 	void (*set_sync_callbacks)(Mailbox *box,




More information about the dovecot-cvs mailing list