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
bed36ed4
...
bed36ed45d82e59f7af54901dfc0a9682446ae4d
authored
2005-02-16 12:51:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(ERR_MAILBOX_CORRUPTED): New error code.
(imap4d_set_observer): New function
1 parent
c9b79687
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
bed36ed
...
...
@@ -134,6 +134,7 @@ struct imap4d_command
#define ERR_TIMEOUT 3
#define ERR_SIGNAL 4
#define ERR_TLS 5
#define ERR_MAILBOX_CORRUPTED 6
/* Namespace numbers */
#define NS_PRIVATE 0
...
...
@@ -216,6 +217,7 @@ extern void fetch_flags0 (const char *prefix, message_t msg, int isuid);
extern
int
imap4d_sync
__P
((
void
));
extern
int
imap4d_sync_flags
__P
((
size_t
));
extern
size_t
uid_to_msgno
__P
((
size_t
));
extern
void
imap4d_set_observer
(
mailbox_t
mbox
);
/* Signal handling. */
extern
RETSIGTYPE
imap4d_sigchld
__P
((
int
));
...
...
Please
register
or
sign in
to post a comment