aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/imap.c b/imap.c
index 7ea1ef98..0adb7075 100644
--- a/imap.c
+++ b/imap.c
@@ -680,10 +680,6 @@ static int imap_fetch_headers(int sock, struct query *ctl,int number,int *lenp)
return(ok);
if (sscanf(buf+2, "%d FETCH (%*s {%d}", &num, lenp) == 2)
break;
- else if (sscanf(buf+2, "%d NO", &num) == 1)
- return(PS_ERROR);
- else if (sscanf(buf+2, "%d BAD", &num) == 1)
- return(PS_ERROR);
}
if (num != number)