aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index b816b6f2946..ba84b154831 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
55 */ 55 */
56 56
57#define NO_SHORTNAMES /* Tell config not to load remap.h */ 57#define NO_SHORTNAMES /* Tell config not to load remap.h */
58#include <../src/config.h> 58#include <config.h>
59#include <sys/types.h> 59#include <sys/types.h>
60#include <sys/stat.h> 60#include <sys/stat.h>
61#include <sys/file.h> 61#include <sys/file.h>
@@ -683,7 +683,8 @@ FILE *sfi;
683FILE *sfo; 683FILE *sfo;
684char ibuffer[BUFSIZ]; 684char ibuffer[BUFSIZ];
685char obuffer[BUFSIZ]; 685char obuffer[BUFSIZ];
686char Errmsg[80]; 686char Errmsg[200]; /* POP errors, at least, can exceed
687 the original length of 80. */
687 688
688/* 689/*
689 * The full legal syntax for a POP mailbox specification for movemail 690 * The full legal syntax for a POP mailbox specification for movemail