Closed
Bug 379515
Opened 18 years ago
Closed 17 years ago
Importer (Win Eudora, Mail) Importing Windows Eudora mail is too slow
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: gwenger, Assigned: gwenger)
Details
Attachments
(2 files)
6.79 KB,
patch
|
mscott
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
2.97 KB,
patch
|
Bienvenu
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Test importing of my work email takes over 6 hours (roughly 1.4 GB including attachments etc.). I've already come up with one way to speed it up - just needed an official spot to put the patch I've created.
Assignee | ||
Updated•18 years ago
|
OS: Mac OS X → Windows XP
Assignee | ||
Comment 1•18 years ago
|
||
Assignee | ||
Comment 2•18 years ago
|
||
Comment on attachment 263520 [details] [diff] [review]
Patch that fixes bug. Note patch was not created with CVS.
Profiled importing email from Eudora (with GlowCode) and found a simple change that has sped up importing email over 5x (test importing of all my work email was taking 6.5 hours and now takes less than 1.2 hours).
Attachment #263520 -
Flags: superreview?(mscott)
Attachment #263520 -
Flags: review?(bienvenu)
Comment 3•18 years ago
|
||
fixed on trunk, thx, Geoff.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 4•17 years ago
|
||
Comment on attachment 263520 [details] [diff] [review]
Patch that fixes bug. Note patch was not created with CVS.
belatedly fixing the review flags since we landed this patch.
Attachment #263520 -
Flags: superreview?(mscott)
Attachment #263520 -
Flags: superreview+
Attachment #263520 -
Flags: review?(bienvenu)
Attachment #263520 -
Flags: review+
Assignee | ||
Comment 5•17 years ago
|
||
Patch application somehow went awry. It didn't accomplish intended speed up and accidentally introduced leaks. Fixed back to original intent. (Previous patch was not created with CVS which made application more difficult. This patch was created with CVS, which should make life easier.)
Also added small speed up to Eudora mail importing by calling SetDoFcc with PR_FALSE, which prevents some Fcc code from firing. Change made as a result of profiling.
Assignee | ||
Updated•17 years ago
|
Attachment #305093 -
Flags: superreview?(mscott)
Attachment #305093 -
Flags: review?(bienvenu)
Comment 6•17 years ago
|
||
Comment on attachment 305093 [details] [diff] [review]
Trunk patch that fixes bugs in the modifications to my original patch. Also added one more small speed improvement change.
looks good to me.
Attachment #305093 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Updated•17 years ago
|
Updated•17 years ago
|
Attachment #305093 -
Flags: review?(bienvenu) → review+
Comment 7•17 years ago
|
||
Please open a new bug next time.
Checking in mailnews/import/eudora/src/nsEudoraCompose.cpp;
/cvsroot/mozilla/mailnews/import/eudora/src/nsEudoraCompose.cpp,v <-- nsEudoraCompose.cpp
new revision: 1.78; previous revision: 1.77
done
Status: REOPENED → RESOLVED
Closed: 18 years ago → 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
Assignee | ||
Comment 8•17 years ago
|
||
No problem Reed. Sorry I goofed with a batch of these. Thanks much for checking in.
You need to log in
before you can comment on or make changes to this bug.
Description
•