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 /pop2.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 'pop2.c')
-rw-r--r-- | pop2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |