]> granicus.if.org Git - curl/commitdiff
imap.h: Corrected incorrect comment clarification
authorSteve Holme <steve_holme@hotmail.com>
Tue, 5 Feb 2013 23:59:47 +0000 (23:59 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 5 Feb 2013 23:59:47 +0000 (23:59 +0000)
Corrected comment clarification made in commit 167717b8069a.

lib/imap.h

index 533ee4a94f0645dee1c91bdc65d8c030168b3377..b37cdab83981e0007340a7a1a8de0655d787a32e 100644 (file)
@@ -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! */