From cecb9c0f71b757444f40a15a1cf4f0e95af05af2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 6 Feb 2013 22:22:57 +0000 Subject: imap: Small variable rename in preparation for upcoming change Renamed a couple of variables and updated some comments in preparation for upcoming command id / response tag change. --- lib/imap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/imap.h') 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 */ }; -- cgit v1.2.3