diff --git a/lib/imap.c b/lib/imap.c index 1c4635f2de..bd21043d09 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -399,7 +399,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, if(!imap_matchresp(line, len, "FETCH")) return FALSE; break; - + /* Ignore other untagged responses */ default: return FALSE;