[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
    
        - Previous message: [dovecot-cvs] dovecot/src/lib-index/mbox mbox-index.c,1.42,1.43 mbox-index.h,1.19,1.20 mbox-lock.c,1.10,1.11 mbox-rewrite.c,1.34,1.35 mbox-sync-full.c,1.2,1.3 mbox-sync.c,1.16,1.17
 
        - Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-copy.c,1.11,1.12
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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,
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib-index/mbox mbox-index.c,1.42,1.43 mbox-index.h,1.19,1.20 mbox-lock.c,1.10,1.11 mbox-rewrite.c,1.34,1.35 mbox-sync-full.c,1.2,1.3 mbox-sync.c,1.16,1.17
 
	- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-copy.c,1.11,1.12
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list