[dovecot-cvs] dovecot/src/lib-imap imap-util.h,1.6,1.7

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


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

Modified Files:
	imap-util.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: imap-util.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-util.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- imap-util.h	23 Jul 2003 01:44:16 -0000	1.6
+++ imap-util.h	10 Aug 2003 23:56:22 -0000	1.7
@@ -1,6 +1,12 @@
 #ifndef __IMAP_UTIL_H
 #define __IMAP_UTIL_H
 
+enum modify_type {
+	MODIFY_ADD,
+	MODIFY_REMOVE,
+	MODIFY_REPLACE
+};
+
 enum mail_flags {
 	MAIL_ANSWERED		= 0x0000001,
 	MAIL_FLAGGED		= 0x0000002,



More information about the dovecot-cvs mailing list