aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index af5e474b..ea5a56bb 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -134,7 +134,7 @@ int main (int argc, char **argv)
exit(PS_SYNTAX);
/* this hint to stdio should help messages come out in the right order */
- setvbuf(stdout, NULL, _IOLBF, POPBUFSIZE);
+ setvbuf(stdout, NULL, _IOLBF, MSGBUFSIZE);
if (versioninfo)
{