Closed
Bug 22099
Opened 25 years ago
Closed 25 years ago
[DOGFOOD][PP][BETA]migration problems with the newsrc files
Categories
(MailNews Core :: Profile Migration, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
(Whiteboard: [PDT-])
on linux right now, we still use ~/.newsrc-<host> even after migration.
this needs to be fixed.
we need to do these things:
1) copy ~/.newsrc-<host> to ~/.mozilla/News/newsrc-<host> on migration
2) allow the user to change the newsrc file pref in the account setup dialog
one bad bug right now is if you have more than on 5.0 profile, they each point
to $HOME/.newsrc-<host>
this is also need for when I start writing out changes to the newsrc file, I
don;t want to mess up the real 4.x rc files.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee | ||
Comment 1•25 years ago
|
||
marking m13
Summary: [DOGFOOD][PP]migration problems with the newsrc files → [DOGFOOD][PP][BETA]migration problems with the newsrc files
Whiteboard: [PDT-]
Assignee | ||
Comment 3•25 years ago
|
||
working on this now.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
fixed.
the next time you run -installer, your ~/.newsrc-<host> files will get copied
into
~/.mozilla/<profile>/News/newsrc-<host>
(notice, no ".", no need to hide files that aren't in $HOME)
then, when the pref migration happens, we'll look in ~/.mozilla/<profile>/News/
for all files that start with "newsrc-"
this fixes several problems, including:
1) new profiles on linux were sharing the newsrc files in $HOME, now they wont.
2) subscribing to new newsgroups in 5.x was affection 4.x, since it used the
same rc files.
marking fixed.
OK using jan03 linux commercial build.
OK for migrated profile.
OK for new profiles.
OK for multiple profiles, combo of migrated and added/new profiles.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•