Closed
Bug 399811
Opened 17 years ago
Closed 17 years ago
local directory for movemail doesn't get migrated to new profile folder
Categories
(SeaMonkey :: Startup & Profiles, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: standard8)
References
Details
Attachments
(1 file)
1.05 KB,
patch
|
kairo
:
review+
|
Details | Diff | Splinter Review |
I just realized that in my profile I migrated from xpfe to suiterunner, the location of the movemail account's files still pointed to the old .mozilla/<profilename> directory.
movemail uses the same local folder stuff as Local Folders and POP3 (my files are in <profile>/Mail/localhost/), so it should probably be added as an additional case in http://mxr.mozilla.org/seamonkey/source/suite/profile/migration/src/nsNetscapeProfileMigratorBase.cpp#1199
Assignee | ||
Comment 1•17 years ago
|
||
This should hopefully fix it.
![]() |
Reporter | |
Comment 2•17 years ago
|
||
Comment on attachment 287330 [details] [diff] [review]
Possible Fix
yes, looks good. r=me
Attachment #287330 -
Flags: review?(kairo) → review+
Assignee | ||
Comment 3•17 years ago
|
||
I've just checked this in:
Checking in suite/profile/migration/src/nsNetscapeProfileMigratorBase.cpp;
/cvsroot/mozilla/suite/profile/migration/src/nsNetscapeProfileMigratorBase.cpp,v <-- nsNetscapeProfileMigratorBase.cpp
new revision: 1.16; previous revision: 1.15
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•