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
3ba46b1e
...
3ba46b1ecdf69651d4c9b15e13b2e4eb2d2ef630
authored
2006-05-21 08:44:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(smtp_send_message): Avoid generating spurious newline when skipping an Fcc header.
1 parent
759a89b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mailbox/smtp.c
mailbox/smtp.c
View file @
3ba46b1
...
...
@@ -731,6 +731,9 @@ smtp_send_message (mu_mailer_t mailer, mu_message_t argmsg, mu_address_t argfrom
status
=
smtp_write
(
smtp
);
CHECK_EAGAIN
(
smtp
,
status
);
}
else
nl
=
0
;
if
(
nl
)
{
status
=
smtp_writeline
(
smtp
,
"
\r\n
"
);
...
...
Please
register
or
sign in
to post a comment