[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.h,
1.30, 1.31
cras at dovecot.org
cras at dovecot.org
Wed Dec 8 19:15:49 EET 2004
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv26191
Modified Files:
mbox-storage.h
Log Message:
Changed mbox header padding back to 50. It was 5 for debugging (probably
shouldn't have been committed).
Index: mbox-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- mbox-storage.h 1 Nov 2004 20:48:42 -0000 1.30
+++ mbox-storage.h 8 Dec 2004 17:15:46 -0000 1.31
@@ -2,7 +2,7 @@
#define __MBOX_STORAGE_H
/* Padding to leave in X-Keywords header when rewriting mbox */
-#define MBOX_HEADER_PADDING 5
+#define MBOX_HEADER_PADDING 50
/* Don't write Content-Length header unless it's value is larger than this. */
#define MBOX_MIN_CONTENT_LENGTH_SIZE 1024
More information about the dovecot-cvs
mailing list