[dovecot-cvs] dovecot/src/lib-index mail-index.h,1.62,1.63

cras at procontrol.fi cras at procontrol.fi
Sat Jan 11 17:48:03 EET 2003


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

Modified Files:
	mail-index.h 
Log Message:
We don't actually need to reserve the highest UID anymore, don't do it :)



Index: mail-index.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- mail-index.h	8 Jan 2003 20:48:04 -0000	1.62
+++ mail-index.h	11 Jan 2003 15:48:01 -0000	1.63
@@ -497,9 +497,8 @@
 int mail_index_compress_data(struct mail_index *index);
 int mail_index_truncate(struct mail_index *index);
 
-/* Maximum allowed UID number. Reserve UINT_MAX for "invalid uid",
-   used by at least THREAD extension. */
-#define MAX_ALLOWED_UID 4294967294U /* 2^32 - 2 */
+/* Maximum allowed UID number. */
+#define MAX_ALLOWED_UID 4294967295U /* 2^32 - 1 */
 
 /* Max. mmap()ed size for a message */
 #define MAIL_MMAP_BLOCK_SIZE (1024*256)




More information about the dovecot-cvs mailing list