Closed
Bug 266027
Opened 20 years ago
Closed 20 years ago
Unable to Import data from Netscape 4.x
Categories
(Thunderbird :: Migration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.9
People
(Reporter: mscott, Assigned: mscott)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
6.07 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
In Thunderbird, if you do Tools / Import / Mail Settings / Communicator 4.x, the dialog just hangs and we fail to import your 4.x mail data. This is because the mailnews import module uses the old profile service to generate a list of 4.x profile sources that can be migrated. This new code isn't available in the new profile APIs that thunderbird uses so we fail to get nsIProfileInternal and we failt to do anything useful. cc'ing Benjamin in case he has ideas on how to fix this too. Here's the line in question that fails: http://lxr.mozilla.org/seamonkey/source/mailnews/import/comm4x/src/nsComm4xProfile.cpp#73
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.9
Comment 1•20 years ago
|
||
http://lxr.mozilla.org/aviarybranch/source/browser/components/migration/src/nsDogbertProfileMigrator.cpp#287 may help.
| Assignee | ||
Comment 2•20 years ago
|
||
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 163373 [details] [diff] [review] the fix Thanks for the tip Benjamin. That helped. David, this just copies and pastes some code from the old profile manager (I'm sure you can guess which parts came from that) and from the new migration code which knows how to do some of this stuff as well). I could have #ifdef'ed this MOZ_THUNDERBIRD and left the old profile code alone for the suite but I thought it was better to not fork the code and just have both of us manually look for old 4.x profiles.
Attachment #163373 -
Flags: superreview?(bienvenu)
Updated•20 years ago
|
Attachment #163373 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Updated•20 years ago
|
Keywords: fixed-aviary1.0
| Assignee | ||
Comment 4•20 years ago
|
||
fixed on the trunk now too.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•20 years ago
|
||
I bet I only fixed this for the settings case and it's still there for address book or mail folders!
| Assignee | ||
Comment 6•20 years ago
|
||
*** Bug 253527 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•