Closed
Bug 232438
Opened 21 years ago
Closed 21 years ago
cleanup palm sync category <-> AB mappings
Categories
(MailNews Core Graveyard :: Palm Sync, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
Attachments
(4 files)
19.55 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
1.38 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
3.93 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
38.08 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
There are a few problems in the mapping between AB's and categories. The
upcoming patch makes the following changes:
1. Only delete palm categories if the corresponding Moz AB has been deleted. We
tell this by setting the position pref for the moz AB to 0. Previously, we just
assumed that missing AB's had been deleted, which caused problems in some
situations.
2. Map Moz Personal Address Book to "Personal" category on Palm.
3. Ignore ldap directories when figuring out which AB's to sync
4. If Moz AB has an existing card with the same display name as a Palm Category,
don't add the card to the Moz AB.
Assignee | ||
Comment 1•21 years ago
|
||
this patch could use a little cleaning up, but it should fix a whole host of
problems.
Assignee | ||
Updated•21 years ago
|
Attachment #140074 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #140074 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 2•21 years ago
|
||
the dup detection code was wrong, because the arg is really a char *, not a
TCHAR *. Also, set the ab palm card id of the existing ab card.
Assignee | ||
Updated•21 years ago
|
Attachment #140277 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #140277 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 3•21 years ago
|
||
one more place where Personal needs to match Personal Address Book
Assignee | ||
Updated•21 years ago
|
Attachment #140314 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #140314 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 4•21 years ago
|
||
This fixes handling of the prefer work address pref so that we handle two line
addresses, extend to work city, state, zip, and country, don't hardcode URI for
pab but map actual ldap2_servers.pab to Personal category, and ignore which
contact field is used for the purpose of comparing cards for equality - this
will fix a cause of dups when doing a first time sync after switching conduits.
Assignee | ||
Updated•21 years ago
|
Attachment #141892 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #141892 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
all fixes checked into m4 branch and trunk. I'm going to resolve this as fixed.
We can open new bugs for remaining issues.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Comment 6•19 years ago
|
||
*** Bug 204661 has been marked as a duplicate of this bug. ***
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
•