openbsd-ports/mail/claws-mail/patches/patch-src_common_smtp_h
landry 218924c8fe Update to claws-mail 3.6.1.
Due to some licensing mess, it now uses GnuTLS instead of OpenSSL.
Switched to textproc/enchant instead of textproc/aspell for spelling.

No objection from ajacoutot@, looks good to MAINTAINER.
2008-10-17 12:46:33 +00:00

13 lines
358 B
Plaintext

$OpenBSD: patch-src_common_smtp_h,v 1.2 2008/10/17 12:46:33 landry Exp $
--- src/common/smtp.h.orig Thu Jul 3 16:31:28 2008
+++ src/common/smtp.h Sat Oct 4 16:20:27 2008
@@ -32,7 +32,7 @@ typedef struct _SMTPSession SMTPSession;
#define SMTP_SESSION(obj) ((SMTPSession *)obj)
-#define MSGBUFSIZE 8192
+#define MESSAGEBUFSIZE 8192
typedef enum
{