openbsd-ports/mail/sylpheed-claws/patches/patch-src_mbox_c
naddy 66c152c1f0 Update to 1.9.6 (GTK2) and major overhaul.
From: Jim Geovedi <jim@corebsd.or.id> with some assistance by yours truly.
2005-04-12 20:29:26 +00:00

15 lines
342 B
Plaintext

$OpenBSD: patch-src_mbox_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
--- src/mbox.c.orig Sun Apr 3 15:16:22 2005
+++ src/mbox.c Sun Apr 3 15:16:39 2005
@@ -42,7 +42,9 @@
#include "utils.h"
#include "filtering.h"
-#define MSGBUFSIZE 8192
+#ifndef MSGBUFSIZE
+# define MSGBUFSIZE 8192
+#endif
#define FPUTS_TO_TMP_ABORT_IF_FAIL(s) \
{ \