6.0.0-alpha14
7/1/25

[#14119] automatic save of new contacts creates duplicates
Summary automatic save of new contacts creates duplicates
Queue IMP
Queue Version 6.2.8
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester p.galeazzi (at) abanet (dot) it
Created 09/28/2015 (3564 days ago)
Due 09/28/2015 (3564 days ago)
Updated 10/11/2015 (3551 days ago)
Assigned
Resolved 10/11/2015 (3551 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/11/2015 11:34:59 PM Michael Rubinsky State ⇒ Resolved
 
10/01/2015 10:40:21 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 021a9060b563bf209bdeba1542f25c7d1db1ac0c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Thu Oct 1 13:55:18 2015 -0400

     Add, and use, option to detect duplicate on import using any email field.

     Bug: 14119 Used when automatically adding recipients to default
     addressbook.

  imp/lib/Compose.php |   10 +++++++++-
  turba/lib/Api.php   |   25 +++++++++++++++++++++++--
  turba/lib/Turba.php |    1 +
  3 files changed, 33 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/021a9060b563bf209bdeba1542f25c7d1db1ac0c
10/01/2015 05:57:10 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit f8caeaababc7dda92e4967f8711c37939397e03d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Thu Oct 1 13:55:18 2015 -0400

     Add, and use, option to detect duplicate on import using any email field.

     Bug: 14119 Used when automatically adding recipients to default
     addressbook.

  imp/lib/Compose.php |   10 +++++++++-
  turba/lib/Api.php   |   24 ++++++++++++++++++++++--
  2 files changed, 31 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/f8caeaababc7dda92e4967f8711c37939397e03d
09/28/2015 08:06:04 AM p (dot) galeazzi (at) abanet (dot) it Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 09/28/2015
Summary ⇒ automatic save of new contacts creates duplicates
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
It seems that the 'existence'  check on the basis of which a new 
contact can be automatically added to the address book (when the 
feature is enabled) is not performed on the pure email address (e.g. 
p.galeazzi@abanet.it)  but on the whole stuff (e.g. ABACO INFORMATICA 
- Paolo Galeazzi,   <p.galeazzi@abanet.it>).
This means that if I reply to a message where the sender has just 
modified a comma, ot if I type the recipient  address instead of 
picking it out of the drop down list, a new entry is added to the 
address book with the same email address: a duplicate.

Saved Queries