From: Timo Sirainen Date: Sat, 3 Jul 2004 09:47:13 +0000 (+0300) Subject: Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It should be enough. X-Git-Tag: 1.1.alpha1~3837 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b714bd96a1a1ff4c435f44ae61f73f8e16df7c;p=thirdparty%2Fdovecot%2Fcore.git Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It should be enough. --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/mbox/mbox-storage.h b/src/lib-storage/index/mbox/mbox-storage.h index 2ac02ed9de..90240cb9dd 100644 --- a/src/lib-storage/index/mbox/mbox-storage.h +++ b/src/lib-storage/index/mbox/mbox-storage.h @@ -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"