aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 7a9c3ccc..480b4fd7 100644
--- a/pop3.c
+++ b/pop3.c
@@ -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;