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
1700fc26
...
1700fc268190c7455c894746f36abddeef24830f
authored
2002-08-22 11:16:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_uidvalidity): New function
1 parent
83d1d381
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
1700fc2
...
...
@@ -254,7 +254,7 @@ void util_print_flags __P((attribute_t attr));
int
util_attribute_to_type
__P
((
const
char
*
item
,
int
*
type
));
int
util_type_to_attribute
__P
((
int
type
,
char
**
attr_str
));
int
util_attribute_matches_flag
__P
((
attribute_t
attr
,
const
char
*
item
));
int
util_uidvalidity
__P
((
mailbox_t
smbox
,
unsigned
long
*
uidvp
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment