summaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-05 23:59:47 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-05 23:59:47 +0000
commit33a182e6c2ab1132a195df0bb63b4709de76e333 (patch)
tree6a6a67a67adcdd561457d2f13f2b87eb5f9b8b68 /lib/imap.h
parent68de6a0b3e290a5119f05601e3b34a60f4a05225 (diff)
downloadcurl-33a182e6c2ab1132a195df0bb63b4709de76e333.tar.gz
imap.h: Corrected incorrect comment clarification
Corrected comment clarification made in commit 167717b8069a.
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.h b/lib/imap.h
index 533ee4a94..b37cdab83 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -55,7 +55,7 @@ typedef enum {
struct */
struct imap_conn {
struct pingpong pp;
- char *mailbox; /* Message ID to fetch */
+ char *mailbox; /* Mailbox to select */
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! */