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
8ecdc99e
...
8ecdc99e8750c20733b76535587034fdc4094a9c
authored
2006-01-25 14:07:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_mailbox_set_default_proto,mu_mailbox_get_default_proto): New prototypes.
1 parent
ebb98256
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
include/mailutils/mailbox.h
include/mailutils/mailbox.h
View file @
8ecdc99
...
...
@@ -32,6 +32,10 @@ void mu_set_folder_directory (const char *p);
const
char
*
mu_mail_directory
(
void
);
const
char
*
mu_folder_directory
(
void
);
int
mu_construct_user_mailbox_url
(
char
**
pout
,
const
char
*
name
);
/* Default mailbox protocol */
int
mu_mailbox_set_default_proto
(
const
char
*
proto
);
const
char
*
mu_mailbox_get_default_proto
(
void
);
/* Constructor/destructor and possible types. */
extern
int
mu_mailbox_create
(
mu_mailbox_t
*
,
const
char
*
);
...
...
Please
register
or
sign in
to post a comment