diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2017-02-11 19:38:31 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2017-02-11 19:38:31 +0100 |
commit | 382adbab5c5ee80a216ab71768fadf41600e20d5 (patch) | |
tree | 86702986bf215a0fb86d3ac2eb0ad0ba0115b130 /pop3.c | |
parent | f820d44591c1407f06bae66342e16b61a3215419 (diff) | |
download | fetchmail-382adbab5c5ee80a216ab71768fadf41600e20d5.tar.gz fetchmail-382adbab5c5ee80a216ab71768fadf41600e20d5.tar.bz2 fetchmail-382adbab5c5ee80a216ab71768fadf41600e20d5.zip |
Add one comment to pop3_fastuidl().
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |