diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-27 14:16:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-27 14:16:02 +0000 |
commit | 6d1abe35b139565af4fda8a67e2e9566329057db (patch) | |
tree | e9e2f9c0d8825201f6c50c6b1dc12715d4783be1 /pop3.c | |
parent | 1317f454a87c5e6421e227a5d8918ddbb943bf5d (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |