openbsd-ports/mail/sylpheed-claws/patches/patch-src_inc_c
wilfried efe913cd86 Import sylpheed-claws 0.8.11; sumbitted by Jim Geovedi <jim@corebsd.or.id>
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.
2003-04-17 10:13:58 +00:00

15 lines
427 B
Plaintext

$OpenBSD: patch-src_inc_c,v 1.1.1.1 2003/04/17 10:13:58 wilfried Exp $
--- src/inc.c.orig Sat Mar 22 00:24:36 2003
+++ src/inc.c Sat Mar 22 00:25:34 2003
@@ -79,7 +79,9 @@ static GdkBitmap *errorxpmmask;
static GdkPixmap *okxpm;
static GdkBitmap *okxpmmask;
-#define MSGBUFSIZE 8192
+#ifndef MSGBUFSIZE
+# define MSGBUFSIZE 8192
+#endif
static void inc_finished (MainWindow *mainwin,
gboolean new_messages);