Author Topic: Automatic addressbook double entries  (Read 8399 times)

Offline siicis

  • Newbie
  • *
  • Posts: 3
Automatic addressbook double entries
« on: July 06, 2010, 07:27:26 AM »
Hello!
I have installed plugin Automatic addressbook v0.1 and RoundCube 0.4-beta.
1)Plugin saves same e-mail address in Personal address book AND automatically collected. As result it shows two addresses then writing email.

Is there any solution for saving address only one time?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Automatic addressbook double entries
« Reply #1 on: July 06, 2010, 08:38:47 AM »
Recent version is 1.3 from myroundcube - Project Hosting on Google Code along with recent Roundcube SVN trunk from Roundcube Webmail.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline siicis

  • Newbie
  • *
  • Posts: 3
Automatic addressbook double entries
« Reply #2 on: July 06, 2010, 09:44:33 AM »
I have updated  Automatic addressbook to newest version, but problem still persists. Any ideas?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Automatic addressbook double entries
« Reply #3 on: July 06, 2010, 01:44:00 PM »
Could you please post the plugin config?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline siicis

  • Newbie
  • *
  • Posts: 3
Automatic addressbook double entries
« Reply #4 on: July 07, 2010, 10:50:01 AM »
Here is my automatic_addressbook configuration file

<?php

/* automatic_addressbook plugin */
$rcmail_config['default_addressbook'] = '0';

/* on edit move to default addressbook */
$rcmail_config['on_edit_move_to_default'] = FALSE;

/* database table name */
$rcmail_config['db_table_collected_contacts'] = 'collected_contacts';

/* automatic_addressbook plugin */
$rcmail_config['use_auto_abook'] = TRUE;

?>

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Automatic addressbook double entries
« Reply #5 on: July 07, 2010, 11:26:33 AM »
The config looks fine. I have cross-checked and it works for me. Could you check with recent Roundcube SVN and an empty addressbook, if there are really duplicate entries? Duplicate entries should only happen when you drag drop a contact from the auto_abook to the default abook. But that's designed behavior of Roundcube Core.
« Last Edit: July 07, 2010, 12:47:26 PM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline DC187

  • Jr. Member
  • **
  • Posts: 10
Automatic addressbook double entries
« Reply #6 on: July 07, 2010, 12:43:46 PM »
Yeah I found that all my contacts are duplicated too :(

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Automatic addressbook double entries
« Reply #7 on: July 07, 2010, 12:49:40 PM »
This is a really worthful comment. Did you a cross-check with recent Roundcube SVN and an empty addressbook?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline DC187

  • Jr. Member
  • **
  • Posts: 10
Automatic addressbook double entries
« Reply #8 on: July 09, 2010, 01:40:54 AM »
Hi, not yet, I'll take this step over the weekend and report back.

Offline ontnugtering

  • Jr. Member
  • **
  • Posts: 25
automatic_adressbook question
« Reply #9 on: July 15, 2010, 06:41:05 AM »
Hi,

the automatic adressbook has added an Adressbook "Automatically Collected" (in german) for me. All entries from the personal adressbook are also in there. But if I delete an entry, it also gets deleted in the personal adressbook. Why is this?

TIA
Michael

My config.inc.php:

Code: [Select]
<?php

/* automatic_addressbook plugin */
$rcmail_config['default_addressbook'] = '0';

/* on edit move to default addressbook */
$rcmail_config['on_edit_move_to_default'] = FALSE;

/* database table name */
$rcmail_config['db_table_collected_contacts'] = 'collected_contacts';

/* automatic_addressbook plugin */
$rcmail_config['use_auto_abook'] = TRUE;

?>


EDIT: OK, I have exported and deleted all addressbook entries, then re-imported: Now they are again in both the default and collected address book...
« Last Edit: July 15, 2010, 06:51:05 AM by ontnugtering »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Automatic addressbook double entries
« Reply #10 on: July 15, 2010, 09:20:22 AM »
I can't reproduce this, so I can't analyze or fix it. Can you give me access to your server (Imap account, phpmyadmin and ftp access to roundcube folder)?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline ontnugtering

  • Jr. Member
  • **
  • Posts: 25
Automatic addressbook double entries
« Reply #11 on: July 16, 2010, 01:29:03 AM »
I appreciate your offer, but I'm on a webhosters server (all-inkl.com) and use roundcube for my personal use. I'd have to set up a test case (a new subdomain, imap account, database, ftp access) - too much for my spare time currently :( I think the ftp access is a problem. AFAIK I can only grant access to the whole web space.