Commit 44bed5ec 44bed5ecaf2a38bfc896d24c2709b239d8fb1cf4 by Sergey Poznyakoff

(struct _f_imap.capac): Changed type to int.

1 parent 53be6d7e
......@@ -144,7 +144,7 @@ struct _f_imap
size_t seq; /* Sequence number to build a tag. */
char **capav; /* Cabilities of the server. */
size_t capac; /* Number of capabilities in the above array */
int capac; /* Number of capabilities in the above array */
int flags;
/* IO use to hold the literal and quoted strings send by
......