Closed
Bug 1898136
Opened 2 years ago
Closed 2 years ago
CardDAV syncs cards even if there are no changes to the vCard
Categories
(MailNews Core :: Address Book, defect)
MailNews Core
Address Book
Tracking
(Not tracked)
RESOLVED
FIXED
128 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(2 files)
When a message is sent, the PopularityIndex property of the recipients is increased. If they're in a CardDAV address book, this causes them to be synced to the server, even though no changes are made to the data on the server. Ironically, when we then fetch the card from the server, the PopularityIndex property is thrown away.
I'll fix both in this bug.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 128 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b6ff6b5fe889
Make non-vCard properties survive a CardDAV sync. r=mkmelin
https://hg.mozilla.org/comm-central/rev/1ab03900314e
Don't sync cards with the CardDAV server if the vCard didn't change. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•