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
5bb4ec58
...
5bb4ec58070fd28694bd610c769e3f66e506c9f0
authored
2004-05-27 19:04:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(rfc_2047_Q_filter): New filter type.
1 parent
32e82bae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
include/mailutils/filter.h
include/mailutils/filter.h
View file @
5bb4ec5
...
...
@@ -55,7 +55,8 @@ extern filter_record_t base64_filter;
extern
filter_record_t
binary_filter
;
extern
filter_record_t
bit8_filter
;
extern
filter_record_t
bit7_filter
;
extern
filter_record_t
rfc_2047_Q_filter
;
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment