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
54464564
...
544645641a8a2dfb4cac336ae8f1153e6597f690
authored
2003-09-20 15:35:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(munre_set_regex,munre_subject): New functions.
1 parent
dbcd32a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
5446456
...
...
@@ -120,6 +120,9 @@ extern int mu_rfc2822_in_reply_to __P((message_t msg, char **pstr));
extern
char
*
mu_strcasestr
__P
((
const
char
*
haystack
,
const
char
*
needle
));
extern
int
mu_string_unfold
__P
((
char
*
text
,
size_t
*
plen
));
extern
int
munre_set_regex
__P
((
char
*
str
,
int
caseflag
,
char
**
errp
));
extern
int
munre_subject
__P
((
const
char
*
subject
,
const
char
**
new_subject
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment