From: Steve Holme Date: Tue, 5 Feb 2013 23:59:47 +0000 (+0000) Subject: imap.h: Corrected incorrect comment clarification X-Git-Tag: curl-7_29_0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33a182e6c2ab1132a195df0bb63b4709de76e333;p=curl imap.h: Corrected incorrect comment clarification Corrected comment clarification made in commit 167717b8069a. --- 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! */