aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2017-02-11 19:38:31 +0100
committerMatthias Andree <matthias.andree@gmx.de>2017-02-11 19:38:31 +0100
commit382adbab5c5ee80a216ab71768fadf41600e20d5 (patch)
tree86702986bf215a0fb86d3ac2eb0ad0ba0115b130
parentf820d44591c1407f06bae66342e16b61a3215419 (diff)
downloadfetchmail-382adbab5c5ee80a216ab71768fadf41600e20d5.tar.gz
fetchmail-382adbab5c5ee80a216ab71768fadf41600e20d5.tar.bz2
fetchmail-382adbab5c5ee80a216ab71768fadf41600e20d5.zip
Add one comment to pop3_fastuidl().
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index f59baf28..b4800422 100644
--- a/pop3.c
+++ b/pop3.c
@@ -811,6 +811,8 @@ static int pop3_getuidl(int sock, int num, char *id /** output */, size_t idsize
return(PS_SUCCESS);
}
+/** Do a binary search with single UIDL commands to find the first
+ * unseen message. */
static int pop3_fastuidl( int sock, struct query *ctl, unsigned int count, int *newp)
{
int ok;