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
65072267
...
650722678a578fb70fcfc9fb7f57b01634b010d2
authored
2005-06-23 13:22:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_normalize_maildir): Renamed to (mu_normalize_mailbox_url)
1 parent
ed737dcd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
6507226
...
...
@@ -96,7 +96,7 @@ extern int mu_get_user_email_domain __P ((const char** domain));
extern
char
*
mu_get_user_email
__P
((
const
char
*
name
));
extern
char
*
mu_normalize_path
__P
((
char
*
path
,
const
char
*
delim
));
extern
char
*
mu_normalize_maildir
__P
((
const
char
*
dir
));
extern
int
mu_normalize_mailbox_url
__P
((
char
**
out
,
const
char
*
dir
));
extern
int
mu_tempfile
__P
((
const
char
*
tmpdir
,
char
**
namep
));
extern
char
*
mu_tempname
__P
((
const
char
*
tmpdir
));
...
...
Please
register
or
sign in
to post a comment