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
7855e386
...
7855e386919797d5200905c19aa1b257ba24b5a9
authored
2002-09-25 14:28:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format_dump, mh_my_email): New function.
1 parent
188f8723
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
7855e38
...
...
@@ -198,6 +198,7 @@ int mh_check_folder __P((char *pathname, int confirm));
int
mh_format
__P
((
mh_format_t
*
fmt
,
message_t
msg
,
size_t
msgno
,
char
*
buffer
,
size_t
bufsize
));
void
mh_format_dump
__P
((
mh_format_t
*
fmt
));
int
mh_format_parse
__P
((
char
*
format_str
,
mh_format_t
*
fmt
));
void
mh_format_free
__P
((
mh_format_t
*
fmt
));
mh_builtin_t
*
mh_lookup_builtin
__P
((
char
*
name
,
int
*
rest
));
...
...
@@ -227,6 +228,8 @@ char *mh_get_dir __P((void));
char
*
mh_expand_name
__P
((
const
char
*
name
,
int
is_folder
));
int
mh_is_my_name
__P
((
char
*
name
));
char
*
mh_my_email
__P
((
void
));
int
mh_iterate
__P
((
mailbox_t
mbox
,
mh_msgset_t
*
msgset
,
mh_iterator_fp
itr
,
void
*
data
));
...
...
Please
register
or
sign in
to post a comment