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
415 B
Plaintext
15 lines
415 B
Plaintext
$OpenBSD: patch-src_common_smtp_h,v 1.1.1.1 2003/04/17 10:13:58 wilfried Exp $
|
|
--- src/common/smtp.h.orig Sat Mar 22 01:02:48 2003
|
|
+++ src/common/smtp.h Sat Mar 22 01:03:09 2003
|
|
@@ -36,7 +36,9 @@ typedef struct _SMTPSession SMTPSession;
|
|
|
|
#define SMTP_SESSION(obj) ((SMTPSession *)obj)
|
|
|
|
-#define MSGBUFSIZE 8192
|
|
+#ifndef MSGBUFSIZE
|
|
+# define MSGBUFSIZE 8192
|
|
+#endif
|
|
|
|
#define SM_OK 0
|
|
#define SM_ERROR 128
|