summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-08-07 09:06:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-08-07 09:06:02 +0000
commit44bed5ecaf2a38bfc896d24c2709b239d8fb1cf4 (patch)
tree4915a0f56c1f79073cfe678ca441d77874db0b97 /mailbox
parent53be6d7ead79960c6a690b89dcc47033bc5792a6 (diff)
downloadmailutils-44bed5ecaf2a38bfc896d24c2709b239d8fb1cf4.tar.gz
mailutils-44bed5ecaf2a38bfc896d24c2709b239d8fb1cf4.tar.bz2
(struct _f_imap.capac): Changed type to int.
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/include/imap0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/include/imap0.h b/mailbox/include/imap0.h
index 10019eff1..8fd2f7bb9 100644
--- a/mailbox/include/imap0.h
+++ b/mailbox/include/imap0.h
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.