[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.80,1.81

cras at dovecot.org cras at dovecot.org
Sat Sep 11 13:28:53 EEST 2004


Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv6225/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Added MAILBOX_LIST_INBOX flag. Do the special cased INBOX handling only if
it's set.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- mail-storage.h	29 Aug 2004 07:52:02 -0000	1.80
+++ mail-storage.h	11 Sep 2004 10:28:50 -0000	1.81
@@ -14,7 +14,8 @@
 enum mailbox_list_flags {
 	MAILBOX_LIST_SUBSCRIBED	= 0x01,
 	MAILBOX_LIST_FAST_FLAGS	= 0x02,
-	MAILBOX_LIST_CHILDREN	= 0x04
+	MAILBOX_LIST_CHILDREN	= 0x04,
+	MAILBOX_LIST_INBOX	= 0x04
 };
 
 enum mailbox_flags {



More information about the dovecot-cvs mailing list