Closed
Bug 81741
Opened 24 years ago
Closed 24 years ago
Folder settings for news contains garbage chars after IMAP migration
Categories
(MailNews Core :: Profile Migration, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: cavin, Assigned: cavin)
References
Details
(Whiteboard: [nsbeta1+])
Created an IMAP account in 4.x and then migrated it to 6.x. After the migration,
the draft and template folders for the news contain garbage chars like the
following in prefs.js (lines are too long so the are folded):
user_pref("mail.identity.id2.draft_folder",
"mailbox://nobody@Local Folders/§");
user_pref("mail.identity.id2.stationery_folder",
"mailbox://nobody@Local Folders/нннннa");
You can see the garbage chars in the Copies and Folders dialog (from Edit |
Mail/News Account Settings... menu item).
Updated•24 years ago
|
Comment 1•24 years ago
|
||
moving to 0.9.1, 0.9 is passed.
cavin and I have discussed this, and we should be able to fix the problem.
we'll fix this after the fix for #66018 lands.
Depends on: 66018
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 2•24 years ago
|
||
cavin, can you attach your 4.x prefs file that when converted cause this
problem?
Comment 4•24 years ago
|
||
to elaborate, we removed some code that led to the garbage problem in certain
cases. in those cases, the uri should be the default uri, something like
"mailbox://nobody@Local Folders/Sent"
but there are still some bugs with the uri conversion. I'll log a bug on the
ones we're aware of tomorrow.
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
•