Closed
Bug 221318
Opened 21 years ago
Closed 21 years ago
migrate vCard from 4.x to mozilla (when we migrate the 4.x mailnews user prefs)
Categories
(MailNews Core :: Profile Migration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6alpha
People
(Reporter: sspitzer, Assigned: mscott)
References
Details
Attachments
(1 file, 1 obsolete file)
13.03 KB,
patch
|
Details | Diff | Splinter Review |
migrate vCard from 4.x to mozilla (when we migrate the 4.x mailnews user prefs)
here's how it was done in 4.x:
user_pref("mail.identity.vcard.adr", ";;xxx;San Jose;CA;95125;USA");
user_pref("mail.identity.vcard.email.internet", "sspitzer@mozilla.org");
user_pref("mail.identity.vcard.fn", "Seth Spitzer");
user_pref("mail.identity.vcard.n", "Spitzer;Seth");
user_pref("mail.identity.vcard.note.quoted-printable", "here is a note=0D=0Awith
two lines");
user_pref("mail.identity.vcard.org", "aaa");
user_pref("mail.identity.vcard.tel.cell", "1-555-555-5555");
user_pref("mail.identity.vcard.tel.fax", "1-333-333-3333");
user_pref("mail.identity.vcard.tel.home", "1-222-222-2222");
user_pref("mail.identity.vcard.tel.pager", "1-444-444-4444");
user_pref("mail.identity.vcard.tel.work", "1-111-111-1111");
user_pref("mail.identity.vcard.title", "Pawn");
user_pref("mail.identity.vcard.url", "http://www.aaa.com");
user_pref("mail.identity.vcard.version", "2.1");
user_pref("mail.identity.vcard.x-mozilla-cpt", "");
user_pref("mail.identity.vcard.x-mozilla-html", "TRUE");
here's how it's done in mozilla (now that bug #14373 is fixed)
user_pref("mail.identity.id3.escapedVCard",
"begin%3Avcard%0Aversion%3A2.1%0An%3ASpitzer%3BSethsss%0Afn%3ASethsss%20Spitzer%0Atel%3Bpager%3A1-444-444-4444%0Atel%3Bcell%3A1-555-555-5555%0Atel%3Bwork%3A1-111-111-1111%0Atel%3Bhome%3A1-222-222-2222%0Atel%3Bfax%3A1-333-333-3333%0Atitle%3APawn%0Aemail%3Binternet%3Asspitzer%40aol.net%0Aurl%3Ahttp%3A//www.aol.com%0Ax-mozilla-html%3ATRUE%0Aorg%3AAOL%3BPhoton%0Aadr%3A%3B%3B1273%20Cristina%20Ave%3BSan%20Jose%3BCA%3B95125%3BUSA%0Anote%3Bquoted-printable%3Ahere%20is%20a%20note%0Aend%3Avcard%0A");
Reporter | ||
Comment 1•21 years ago
|
||
over to scott, as he's working on a patch.
Assignee: sspitzer → scott
Target Milestone: --- → mozilla1.6alpha
Reporter | ||
Comment 2•21 years ago
|
||
Reporter | ||
Comment 3•21 years ago
|
||
Attachment #133670 -
Attachment is obsolete: true
Updated•21 years ago
|
CC list accessible: false
Reporter | ||
Comment 5•21 years ago
|
||
I'll add ian back later.
Assignee | ||
Comment 6•21 years ago
|
||
fixed on the trunk and on the m1 branch for tbird.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 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
•