aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/imap.h b/lib/imap.h
index b37cdab83..4a276c151 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -59,8 +59,8 @@ struct imap_conn {
unsigned int authmechs; /* Accepted authentication mechanisms */
unsigned int authused; /* Auth mechanism used for the connection */
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 */
+ int cmdid; /* Last used command ID */
+ const char *resptag; /* Response tag to wait for */
bool ssldone; /* Is connect() over SSL done? */
bool login_disabled; /* LOGIN command explicitly disabled by server */
};