$OpenBSD: patch-src_mbox_folder_c,v 1.2 2003/07/04 13:06:13 wilfried Exp $
--- src/mbox_folder.c.orig	Thu May 29 04:12:05 2003
+++ src/mbox_folder.c	Thu May 29 04:12:20 2003
@@ -33,7 +33,9 @@
 #include "utils.h"
 #include "intl.h"
 
-#define MSGBUFSIZE	8192
+#ifndef MSGBUFSIZE
+#  define MSGBUFSIZE	8192
+#endif
 
 static Folder *mbox_folder_new(const gchar * name, const gchar * path);
 static void mbox_folder_destroy(Folder * folder);
