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
f7f413b4
...
f7f413b4dc1ea562b09d61fe4f236be86ff2a0a3
authored
2002-08-04 08:20:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mailbox_flush): New prototype.
1 parent
58cf1c6b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/mailbox.h
include/mailutils/mailbox.h
View file @
f7f413b
...
...
@@ -35,6 +35,7 @@ extern int mailbox_create_default __P ((mailbox_t *, const char *));
extern
int
mailbox_open
__P
((
mailbox_t
,
int
flag
));
extern
int
mailbox_close
__P
((
mailbox_t
));
extern
int
mailbox_flush
__P
((
mailbox_t
mbox
,
int
expunge
));
extern
int
mailbox_get_folder
__P
((
mailbox_t
,
folder_t
*
));
extern
int
mailbox_set_folder
__P
((
mailbox_t
,
folder_t
));
extern
int
mailbox_uidvalidity
__P
((
mailbox_t
,
unsigned
long
*
));
...
...
Please
register
or
sign in
to post a comment