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
b8bb4663
...
b8bb4663c7db15f56797fb089420e828b762f5cd
authored
2003-03-11 14:12:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_draft_name,mh_whom): New functions.
1 parent
5c50702c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
b8bb466
...
...
@@ -302,6 +302,8 @@ int mh_whatnow __P((struct mh_whatnow_env *wh, int initial_edit));
int
mh_disposition
__P
((
const
char
*
filename
));
int
mh_usedraft
__P
((
const
char
*
filename
));
int
mh_file_copy
__P
((
const
char
*
from
,
const
char
*
to
));
char
*
mh_draft_name
__P
((
void
));
int
mh_whom
__P
((
char
*
filename
,
int
check
));
void
mh_annotate
__P
((
message_t
msg
,
char
*
field
,
char
*
text
,
int
date
));
...
...
@@ -316,3 +318,5 @@ int mh_seq_delete __P((char *name, mh_msgset_t *mset, int flags));
char
*
mh_seq_read
__P
((
char
*
name
,
int
flags
));
int
mhdraft_stream_create
__P
((
stream_t
*
stream
,
stream_t
src
,
int
flags
));
...
...
Please
register
or
sign in
to post a comment