]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It should be enough.
authorTimo Sirainen <tss@iki.fi>
Sat, 3 Jul 2004 09:47:13 +0000 (12:47 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 3 Jul 2004 09:47:13 +0000 (12:47 +0300)
--HG--
branch : HEAD

src/lib-storage/index/mbox/mbox-storage.h

index 2ac02ed9de6ef14c6727bc20380dfd4b1a543da0..90240cb9dd81ee150e211afc4fcce1fb3a20bfd1 100644 (file)
@@ -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"