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
74a63244
...
74a63244a56563c97cbdc5b87944379ac9ec9890
authored
2002-12-02 16:17:38 +0000
by
Frederic Gobry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed bug in mime message reset
1 parent
656ee0dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
ChangeLog
mailbox/mime.c
ChangeLog
View file @
74a6324
2002
-
12
-
02
Frederic
Gobry
<
frederic
.
gobry
@smartdata
.
ch
>
*
mailbox
/
mime
.
c
(
_mime_body_read
)
:
reset
the
part
offset
when
resetting
the
message
.
2002
-
11
-
29
Sergey
Poznyakoff
*
mailbox
/
date
.
c
:
New
version
of
mu_tm2time
function
.
...
...
mailbox/mime.c
View file @
74a6324
...
...
@@ -476,6 +476,8 @@ _mime_body_read(stream_t stream, char *buf, size_t buflen, off_t off, size_t *nb
if
(
off
==
0
)
{
/* reset message */
mime
->
cur_offset
=
0
;
mime
->
cur_part
=
0
;
mime
->
part_offset
=
0
;
if
(
mime
->
nmtp_parts
>
1
)
mime
->
flags
|=
MIME_INSERT_BOUNDARY
;
}
...
...
Please
register
or
sign in
to post a comment