[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.55,1.56

cras at procontrol.fi cras at procontrol.fi
Mon Aug 11 03:56:25 EEST 2003


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

Modified Files:
	mail-storage.h 
Log Message:
Maildir syncing works now without requiring base filenames to be in index
cache file. Also message flag updates with +FLAGS and -FLAGS works correctly
now if another client had just changed it's flags.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- mail-storage.h	6 Aug 2003 20:15:32 -0000	1.55
+++ mail-storage.h	10 Aug 2003 23:56:23 -0000	1.56
@@ -61,12 +61,6 @@
 	MAILBOX_LOCK_SAVE	= 0x08
 };
 
-enum modify_type {
-	MODIFY_ADD,
-	MODIFY_REMOVE,
-	MODIFY_REPLACE
-};
-
 enum mail_sort_type {
 /* Maximum size for sort program, 2x for reverse + END */
 #define MAX_SORT_PROGRAM_SIZE (2*7 + 1)



More information about the dovecot-cvs mailing list