aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index 4e5afe4b..cbe6ac0f 100644
--- a/pop3.c
+++ b/pop3.c
@@ -182,6 +182,7 @@ int *countp, *newp;
if (!uid_in_list(&ctl->oldsaved, id))
(*newp)++;
}
+ fseek(sockfp, 0L, SEEK_CUR);
}
}
}
@@ -217,6 +218,7 @@ int *sizes;
else
sizes[num - 1] = -1;
}
+ fseek(sockfp, 0L, SEEK_CUR);
return(0);
}