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
0e166094
...
0e166094681c48bb85fa733802249f831ea9f82e
authored
2001-09-08 10:27:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mh-related declarations.
1 parent
75ced4be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
mailbox/include/registrar0.h
mailbox/include/registrar0.h
View file @
0e16609
...
...
@@ -85,6 +85,12 @@ extern int _mailer_smtp_init __P ((mailer_t));
extern
int
_url_sendmail_init
__P
((
url_t
));
extern
int
_mailer_sendmail_init
__P
((
mailer_t
));
#define MU_MH_SCHEME "mh:"
#define MU_MH_SCHEME_LEN 3
extern
int
_url_mh_init
__P
((
url_t
));
extern
int
_mailbox_mh_init
__P
((
mailbox_t
mailbox
));
extern
int
_folder_mh_init
__P
((
folder_t
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment