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
4213baf1
...
4213baf193c3748ba5daa717dfa5318ee8599e1a
authored
2000-11-09 05:02:55 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
make sure the the body_end = 0 .
1 parent
00049d68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/mbx_mboxscan.c
mailbox/mbx_mboxscan.c
View file @
4213baf
...
...
@@ -346,6 +346,7 @@ mbox_scan0 (mailbox_t mailbox, size_t msgno, size_t *pcount, int do_notif)
mum
->
mud
=
mud
;
mum
->
header_from
=
total
-
n
;
mum
->
header_from_end
=
total
;
mum
->
body_end
=
0
;
lines
=
0
;
}
else
if
((
n
>
7
)
&&
ISSTATUS
(
buf
))
...
...
Please
register
or
sign in
to post a comment