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
12199989
...
12199989de49cd4a965a545bc1599ad5088f806a
authored
2003-09-25 14:05:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_print_msg): Unfold the header value, if required.
1 parent
8a9da05f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/print.c
mail/print.c
View file @
1219998
...
...
@@ -74,6 +74,8 @@ mail_print_msg (msgset_t *mspec, message_t mesg, void *data)
{
fprintf
(
out
,
"%s: "
,
buf
);
header_aget_field_value
(
hdr
,
i
,
&
tmp
);
if
(
mail_header_is_unfoldable
(
buf
))
mu_string_unfold
(
tmp
,
NULL
);
util_rfc2047_decode
(
&
tmp
);
fprintf
(
out
,
"%s
\n
"
,
tmp
);
free
(
tmp
);
...
...
Please
register
or
sign in
to post a comment