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
1a7e1bca
...
1a7e1bca362902f3c6f82db3f53f98f4a72a9818
authored
2003-09-21 15:36:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_from0): Use util_rfc2047_decode for "From" and "Subject" headers.
1 parent
c10209e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mail/from.c
mail/from.c
View file @
1a7e1bc
...
...
@@ -57,7 +57,10 @@ mail_from0 (msgset_t *mspec, message_t msg, void *data)
address_destroy
(
&
address
);
}
}
util_rfc2047_decode
(
&
from
);
header_aget_value_unfold
(
hdr
,
MU_HEADER_SUBJECT
,
&
subj
);
util_rfc2047_decode
(
&
subj
);
message_get_attribute
(
msg
,
&
attr
);
...
...
Please
register
or
sign in
to post a comment