From 6d1abe35b139565af4fda8a67e2e9566329057db Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 27 Dec 1996 14:16:02 +0000 Subject: Have IMAP set seen flag if keep is on. svn path=/trunk/; revision=699 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 955e634e..667732e8 100644 --- a/pop2.c +++ b/pop2.c @@ -92,7 +92,7 @@ static int pop2_getrange(FILE *sockfp, struct query *ctl, int*countp, int*newp) return(0); } -static int pop2_fetch(FILE *sockfp, int number, int *lenp) +static int pop2_fetch(FILE *sockfp, struct query *ctl, int number, int *lenp) /* request nth message */ { int ok; -- cgit v1.2.3