efe913cd86
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail client and news reader based on GTK+. Many features are supported including POP3, IMAP, NNTP, multiple accounts, threading, filtering, MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization, and more.
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
$OpenBSD: patch-src_mbox_c,v 1.1.1.1 2003/04/17 10:13:58 wilfried Exp $
|
|
--- src/mbox.c.orig Sat Mar 22 00:25:39 2003
|
|
+++ src/mbox.c Sat Mar 22 00:25:55 2003
|
|
@@ -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) \
|
|
{ \
|