# HG changeset patch # User Dave Love # Date 958907107 0 # Node ID 71b1a76cd64a7c07d51b0ea77aa8beda74326ea1 # Parent 7d5565d3cf32ac037e69f478935aef18ed45c01f (ERROR_MAX): Increase to 160. diff -r 7d5565d3cf32 -r 71b1a76cd64a lib-src/pop.c --- a/lib-src/pop.c Sun May 21 11:02:50 2000 +0000 +++ b/lib-src/pop.c Sun May 21 11:05:07 2000 +0000 @@ -138,7 +138,8 @@ static void pop_trash _P((popserver)); static char *find_crlf _P((char *, int)); -#define ERROR_MAX 80 /* a pretty arbitrary size */ +#define ERROR_MAX 160 /* a pretty arbitrary size, but needs + to be bigger than the one-time 80 */ #define POP_PORT 110 #define KPOP_PORT 1109 #define POP_SERVICE "pop3" /* we don't want the POP2 port! */