From c753710356d36bb624bd975a8409a6d794c00dda Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Mar 1998 00:18:21 +0000 Subject: Incorporated Henrik Storner's mimedecode patch. svn path=/trunk/; revision=1719 --- imap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 227565cd..86a5e245 100644 --- a/imap.c +++ b/imap.c @@ -709,13 +709,13 @@ static int internal_expunge(int sock) static int imap_getrange(int sock, struct query *ctl, const char *folder, - int *countp, int *newp) + int *countp, int *newp, int *bytes) /* get range of messages to be fetched */ { int ok; /* find out how many messages are waiting */ - recent = unseen = -1; + *bytes, recent = unseen = -1; if (pass > 1) { -- cgit v1.2.3