[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.65,1.66

cras at procontrol.fi cras at procontrol.fi
Sun May 23 01:36:48 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv5990/src/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Added pop3_mails_keep_recent option. Fixed recent assert crash.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- a/mail-storage.h	2 May 2004 20:32:16 -0000	1.65
+++ b/mail-storage.h	22 May 2004 22:36:46 -0000	1.66
@@ -7,7 +7,8 @@
 
 enum mailbox_open_flags {
 	MAILBOX_OPEN_READONLY		= 0x01,
-	MAILBOX_OPEN_FAST		= 0x02
+	MAILBOX_OPEN_FAST		= 0x02,
+	MAILBOX_OPEN_KEEP_RECENT	= 0x04
 };
 
 enum mailbox_list_flags {



More information about the dovecot-cvs mailing list