[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.h, 1.22, 1.23

cras at procontrol.fi cras at procontrol.fi
Sat Jul 3 12:47:15 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv19684/lib-storage/index/mbox

Modified Files:
	mbox-storage.h 
Log Message:
Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It should be enough.



Index: mbox-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mbox-storage.h	22 Jun 2004 19:28:15 -0000	1.22
+++ mbox-storage.h	3 Jul 2004 09:47:13 -0000	1.23
@@ -2,7 +2,7 @@
 #define __MBOX_STORAGE_H
 
 /* Extra space to leave in X-Keywords header when rewriting mbox */
-#define MBOX_HEADER_EXTRA_SPACE 100
+#define MBOX_HEADER_EXTRA_SPACE 50
 
 #define SUBSCRIPTION_FILE_NAME ".subscriptions"
 #define MBOX_INDEX_PREFIX "dovecot.index"



More information about the dovecot-cvs mailing list