diff options
Diffstat (limited to 'lib/imap.c')
-rw-r--r-- | lib/imap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c index 5011692d1..7c0bf5c0e 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -312,7 +312,8 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, strcmp(imap->custom, "SEARCH") && strcmp(imap->custom, "EXPUNGE") && strcmp(imap->custom, "LSUB") && - strcmp(imap->custom, "UID"))) + strcmp(imap->custom, "UID") && + strcmp(imap->custom, "NOOP"))) return FALSE; break; |