From 33a182e6c2ab1132a195df0bb63b4709de76e333 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 5 Feb 2013 23:59:47 +0000 Subject: [PATCH] imap.h: Corrected incorrect comment clarification Corrected comment clarification made in commit 167717b8069a. --- lib/imap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */