aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-27 14:16:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-27 14:16:02 +0000
commit6d1abe35b139565af4fda8a67e2e9566329057db (patch)
treee9e2f9c0d8825201f6c50c6b1dc12715d4783be1 /pop3.c
parent1317f454a87c5e6421e227a5d8918ddbb943bf5d (diff)
downloadfetchmail-6d1abe35b139565af4fda8a67e2e9566329057db.tar.gz
fetchmail-6d1abe35b139565af4fda8a67e2e9566329057db.tar.bz2
fetchmail-6d1abe35b139565af4fda8a67e2e9566329057db.zip
Have IMAP set seen flag if keep is on.
svn path=/trunk/; revision=699
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 0238fc35..3f2dae3c 100644
--- a/pop3.c
+++ b/pop3.c
@@ -239,7 +239,7 @@ static int pop3_is_old(FILE *sockfp, struct query *ctl, int num)
str_find (&ctl->newsaved, num)));
}
-static int pop3_fetch(FILE *sockfp, int number, int *lenp)
+static int pop3_fetch(FILE *sockfp, struct query *ctl, int number, int *lenp)
/* request nth message */
{
int ok;