[dovecot-cvs] dovecot/src/lib-index mail-index.h,1.94,1.95

cras at procontrol.fi cras at procontrol.fi
Mon Oct 20 10:19:01 EEST 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv6771/lib-index

Modified Files:
	mail-index.h 
Log Message:
fixed dovecot-uidlist permissions for shared mailboxes



Index: mail-index.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- mail-index.h	20 Oct 2003 06:01:08 -0000	1.94
+++ mail-index.h	20 Oct 2003 06:18:58 -0000	1.95
@@ -329,6 +329,7 @@
 	mail_lock_notify_callback_t *lock_notify_cb;
 	void *lock_notify_context;
 
+        mode_t mail_create_mode;
 	unsigned int private_flags_mask;
 
 	/* these fields are OR'ed to the fields in index header once we
@@ -366,7 +367,8 @@
 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
-	0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
+	0
 #endif
 
 /* defaults - same as above but prefixed with mail_index_. */



More information about the dovecot-cvs mailing list