openbsd-ports/mail/claws-mail/patches/patch-src_common_smtp_h
deanna d1b9623f64 Import claws-mail 2.8.1, a many-featured mail and news reader.
From Ulrich Kahl, with work by pyr@, brad, myself and various people
on ports@.  Not quite finished, but with this many contributers, it's
nice to have some version control.

ok pvalchev

----------------------------------------------------------------------
----------------------------------------------------------------------
2007-03-23 17:38:22 +00:00

15 lines
388 B
Plaintext

$OpenBSD: patch-src_common_smtp_h,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
--- src/common/smtp.h.orig Sun Apr 3 15:14:42 2005
+++ src/common/smtp.h Sun Apr 3 15:15:18 2005
@@ -32,7 +32,9 @@ typedef struct _SMTPSession SMTPSession;
#define SMTP_SESSION(obj) ((SMTPSession *)obj)
-#define MSGBUFSIZE 8192
+#ifndef MSGBUFSIZE
+# define MSGBUFSIZE 8192
+#endif
typedef enum
{