Closed
Bug 385059
Opened 18 years ago
Closed 18 years ago
mail tags lost in migration from SM1.5 to SM2
Categories
(SeaMonkey :: Startup & Profiles, defect)
SeaMonkey
Startup & Profiles
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: iav, Assigned: standard8)
References
Details
(Keywords: dataloss)
Attachments
(1 file)
1.38 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070619 SeaMonkey/2.0a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070619 SeaMonkey/2.0a1pre
My profile was migrated autmaticaly from SM1.5 to SM2.0
Now I not see only 5 standart tags for mail in any tagging selectors.
More that 20 of my labels are lost.
I have 6 mail accounts on this profile, one of it are pop3, others are IMAP.
Reproducible: Didn't try
Steps to Reproduce:
1. deinstall seamonkey 1.5
2. install seamonkey 2.0
3. start profile manager, delete empty default profile
4. close profile manager
5. start profile manager
6. choose "import profile from older version(not remember text exactly)
7. wait for importing
8. start seamonkey
9. look into mail->view bar->tags, or click to any mail, then click right mouse button->tags
Actual Results:
see only "generic" tags
Expected Results:
see all previously existed tags
Comment 1•18 years ago
|
||
Tag is defined by next entry in prefs.js.
- mailnews.tags.$labelN.tag (Predefined tags)
- mailnews.tags.User_Define_tag_name.tag (User defined tags)
And When locally defined mail folder, tag data is saved in X-Mozilla-Keys: header.
(Q1) Are tags defined in migrated prefs.js?
(Q2) (for POP3 or "Local Folders" or IMAP folder of "offline use" option)
Does X-Mozilla-Keys: exist in mail source?
Does all label/tags are saved in X-Mozilla-Keys: ?
Assignee | ||
Comment 2•18 years ago
|
||
Taking - we're migrating mailnews.labels.* (the old style) but not mailnews.tags.*
Assignee: nobody → bugzilla
Status: UNCONFIRMED → NEW
Component: Installer → Profile: Manager
Depends on: 329744
Ever confirmed: true
OS: Windows XP → All
QA Contact: general → profile-manager
Hardware: PC → All
Assignee | ||
Comment 3•18 years ago
|
||
This adds migration of the mailnews.tags alongside the mailnews.labels prefs (we need both for older versions).
Attachment #269233 -
Flags: review?(neil)
Updated•18 years ago
|
Attachment #269233 -
Flags: review?(neil) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Patch checked in -> fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•