Closed
Bug 226516
Opened 22 years ago
Closed 22 years ago
Copying empty local folders across servers can crash
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: crash)
Attachments
(1 file)
4.73 KB,
patch
|
sspitzer
:
review+
mscott
:
superreview+
sspitzer
:
approval1.6b+
|
Details | Diff | Splinter Review |
If you copy a local folder hierarchy across pop3 servers and/or local folders,
and one of the folders is empty, it can crash because we clear the copy state
too early. Patch upcoming
Assignee | ||
Comment 1•22 years ago
|
||
this patch changes the name of doNextSubFolder to copyAllSubFolders so that
it's clearer what it does. But the fix is to call OnCopyCompleted on the new
child folder, not the parent folder.
Assignee | ||
Updated•22 years ago
|
Attachment #136117 -
Flags: superreview?(mscott)
Updated•22 years ago
|
Attachment #136117 -
Flags: superreview?(mscott) → superreview+
Comment 2•22 years ago
|
||
Comment on attachment 136117 [details] [diff] [review]
proposed fix
r/a=sspitzer
Attachment #136117 -
Flags: review+
Attachment #136117 -
Flags: approval1.6b+
Assignee | ||
Comment 3•22 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•