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
54efcaf9
...
54efcaf924e20c7f908dda9d1af8829d18b707cf
authored
2006-02-08 22:36:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(restore_envelope): Restore line accidentally deleted with the recent changes.
1 parent
3c1b9b8e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/message_stream.c
mailbox/message_stream.c
View file @
54efcaf
...
...
@@ -224,6 +224,7 @@ restore_envelope (mu_stream_t str, struct _mu_rfc822_message **pmenv)
if
(
buffer
[
0
]
==
'\n'
)
break
;
buffer
[
len
]
=
0
;
offset
+=
len
;
if
(
strncasecmp
(
buffer
,
MU_HEADER_FROM
,
sizeof
(
MU_HEADER_FROM
)
-
1
)
==
0
)
from
=
strdup
(
skipws
(
buffer
,
sizeof
(
MU_HEADER_FROM
)));
...
...
Please
register
or
sign in
to post a comment