From c2398336ad81e3d7e9ff6ce76528bcc934367e40 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Jul 1996 14:25:31 +0000 Subject: Avoid buffer spam. svn path=/trunk/; revision=37 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.h b/fetchmail.h index 76deb5fd..b9b1cdcf 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -15,7 +15,7 @@ /* definitions for buffer sizes -- somewhat arbitrary */ #define POPBUFSIZE 512 /* per RFC 937 */ -#define MSGBUFSIZE 1024 /* size of message read buffer */ +#define MSGBUFSIZE 2048 /* size of message read buffer */ #define HOSTLEN 128 /* max hostname length */ #define USERNAMELEN 32 /* max user-length */ #define PASSWORDLEN MAX_PASSWORD_LENGTH -- cgit v1.2.3