Skip to content
Snippets Groups Projects
Commit 33a182e6 authored by Steve Holme's avatar Steve Holme
Browse files

imap.h: Corrected incorrect comment clarification

Corrected comment clarification made in commit 167717b8.
parent 68de6a0b
No related branches found
No related tags found
No related merge requests found
......@@ -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! */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment