Closed
Bug 12932
Opened 26 years ago
Closed 26 years ago
[PREF MIGRATION] heed "news.directory", "mail.imap.root_dir", and "mail.directory" upon pref migration
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
dbragg and I talked about this a while back. this bug is track it.
in mozilla/mailnews/base/src/nsMsgAccountManager.cpp is the code for pref
migration for mail news.
Right now, I'm assuming that after migration, the mail and news files get copied
to the right place under <profile>/Mail, <profile>/News, and <profile>/ImapMail
when dbragg copies the files, he looks at the
"mail.directory","mail.imap.root_dir","news.directory" prefs to find the files.
when we lasted talked we were going to do this:
after migration, he was going to set those prefs to point to the place he copied
to the 4.x files. on pref migration, I would read those values and use them
when creating the 5.0 server prefs, instead of assuming they got copied to
<profile>/Mail, <profile>/News, and <profile>/ImapMail.
this bug is track that work.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
| Assignee | ||
Comment 1•26 years ago
|
||
marking m11.
accepting.
I need dbragg for part of this fix.
dbragg, does m11 work for you?
| Assignee | ||
Comment 2•26 years ago
|
||
adding dependency.
| Assignee | ||
Comment 3•26 years ago
|
||
I've just made the necessary changes to fix this bug.
the code is not turned on, because I'm waiting for #13257 to be fixed.
until then, the I'm going to keep assuming that the Mail, News, and ImapMail
dirs are under the profile directory.
| Assignee | ||
Comment 4•26 years ago
|
||
adding momoi to the cc list, as he is seeing the side effect of this not being
fixed yet.
I have already implemented the code. as soon as I do a little more testing,
I'll turn it on. (expect me to mark this fixed in an hour or so.)
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•26 years ago
|
||
fixed.
momoi, try -installer again.
reminder, don't run -installer twice with out moving aside the place the files
are being copied to.
look for Mail5, ImapMail5, and News5 directories next to your 4.x Mail,
ImapMail, and News directories. remove the *5 directories before you run
-installer, otherwise you'll install over a previous install, and that can be
bad.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
verified in Mac/Win builds for 19991006 and Linux 19991007
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
•