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
c49a7e4c
...
c49a7e4cf5c2ab354d89d2d785aaa84e1cc4ce48
authored
2004-01-13 09:38:17 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(action): Use frm_rfc2047_decode() for the Subject: field too.
1 parent
ae7429ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
frm/frm.c
frm/frm.c
View file @
c49a7e4
...
...
@@ -328,6 +328,7 @@ action (observer_t o, size_t type)
int
status
=
header_get_value_unfold
(
hdr
,
MU_HEADER_SUBJECT
,
hsubject
,
sizeof
(
hsubject
),
NULL
);
frm_rfc2047_decode
(
hsubject
,
sizeof
(
hsubject
));
if
(
status
==
0
)
printf
(
"%s"
,
hsubject
);
}
...
...
Please
register
or
sign in
to post a comment