Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
44bed5ec
...
44bed5ecaf2a38bfc896d24c2709b239d8fb1cf4
authored
2004-08-07 09:06:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _f_imap.capac): Changed type to int.
1 parent
53be6d7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/include/imap0.h
mailbox/include/imap0.h
View file @
44bed5e
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment