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
49f791dd
...
49f791dd2ccdd4b8bbe90c511cdea1c11e12b3bd
authored
2001-09-08 10:30:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check for MU_ATTRIBUTE_DELETED in mbox_expunge.
1 parent
0e166094
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/mbx_mbox.c
mailbox/mbx_mbox.c
View file @
49f791d
...
...
@@ -887,6 +887,7 @@ mbox_expunge (mailbox_t mailbox)
mum
=
mud
->
umessages
[
dirty
];
/* Message may have been tampered, break here. */
if
((
mum
->
attr_flags
&
MU_ATTRIBUTE_MODIFIED
)
||
(
mum
->
attr_flags
&
MU_ATTRIBUTE_DELETED
)
||
(
mum
->
message
&&
message_is_modified
(
mum
->
message
)))
break
;
}
...
...
Please
register
or
sign in
to post a comment