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
492c2cae
...
492c2caeced823e1ce108e1724bd419e262ca54e
authored
2002-08-26 17:07:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(fetch_envelope0): Emit whitespace before "from" header.
1 parent
62ec9eff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/fetch.c
imap4d/fetch.c
View file @
492c2ca
...
...
@@ -588,8 +588,8 @@ fetch_envelope0 (message_t msg)
/* From: */
header_aget_value
(
header
,
"From"
,
&
from
);
fetch_send_address
(
from
);
util_send
(
" "
);
fetch_send_address
(
from
);
fetch_send_header_address
(
header
,
"Sender"
,
from
,
1
);
fetch_send_header_address
(
header
,
"Reply-to"
,
from
,
1
);
...
...
Please
register
or
sign in
to post a comment