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 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;