Closed
Bug 604075
Opened 15 years ago
Closed 15 years ago
multiple contacts when adding to mail list.
Categories
(Thunderbird :: Address Book, defect)
Thunderbird
Address Book
Tracking
(Not tracked)
People
(Reporter: gustav.hartvigsson, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b7pre) Gecko/20101001 Firefox-4.0/4.0b7pre
Build Identifier:
There is a problem that produces copies of contact when adding contacts to a mailing list instead of making a "link" to the contact on the mailing list.
this makes it impossible to update a contact and have it updated in all lists.
Reproducible: Always
Steps to Reproduce:
1. create a few contacts
2. create a mailing list and add the contacts to it
3. see duplicates of contacts in address book.
Actual Results:
seeing duplicates
Expected Results:
not seeing duplicates
I think that it would be helpfull if there was an ID on the contacts that you just use in to get the e-mail from the contacts.
IE:
when a contact entity is created it gets a primary key.
this key can be used by the mailing list to "get" the contacts information from the contacts entity.
IE:
Cantacts file:
<contact>
<key> 1 </key>
<name> fred </name>
<email> fred@fred.com </email>
</contact>
Mailing list file:
<mailinglist>
<getkey>1</getkey>
<getkey>5</getkey>
<email> nisse@blarg.se </email>
</mailinglist>
I do not know the internal structure of Thunder bird so I put the DB in xml-ish code to demonstrate what I would like.
Updated•15 years ago
|
Component: General → Address Book
QA Contact: general → address-book
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•