summaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/imap.h b/lib/imap.h
index 29adc5cbd..c33cbed93 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -61,8 +61,7 @@ struct imap_conn {
imapstate state; /* Always use imap.c:state() to change state! */
int cmdid; /* Next command ID */
const char *idstr; /* String based response ID to wait for */
- bool ssldone; /* Is connect() over SSL done? Only relevant in
- multi mode */
+ bool ssldone; /* Is connect() over SSL done? */
};
extern const struct Curl_handler Curl_handler_imap;