diff options
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ int *firstp; */ *firstp = 1; use_uidl = 0; - if (!queryctl->fetchall) { + if (*countp > 0 && !queryctl->fetchall) { char id [IDLEN+1]; int num; |