From 5bd3f8287149511024b95c01fb4212e60ec6fe13 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 19 Oct 1996 16:31:33 +0000 Subject: Major improvements in --check processing. New-message count is now visible. svn path=/trunk/; revision=353 --- pop2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 1e49a6ca..1d373778 100644 --- a/pop2.c +++ b/pop2.c @@ -63,11 +63,11 @@ char *buf; queryctl->remotename, queryctl->password)); } -static pop2_getrange(socket, queryctl, countp) +static pop2_getrange(socket, queryctl, countp, newp) /* get range of messages to be fetched */ int socket; struct hostrec *queryctl; -int *countp; +int *countp, *newp; { /* * We should have picked up a count of messages in the user's @@ -88,6 +88,7 @@ int *countp; } *countp = pound_arg; + *newp = -1; return(0); } -- cgit v1.2.3