Roundcube Community Forum

 

Automatic addressbook double entries

Started by siicis, July 06, 2010, 07:27:26 AM

Previous topic - Next topic

siicis

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?

rosali

Regards,
Rosali

siicis

I have updated  Automatic addressbook to newest version, but problem still persists. Any ideas?

rosali

Could you please post the plugin config?
Regards,
Rosali

siicis

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;

?>

rosali

#5
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.
Regards,
Rosali

DC187

Yeah I found that all my contacts are duplicated too :(

rosali

This is a really worthful comment. Did you a cross-check with recent Roundcube SVN and an empty addressbook?
Regards,
Rosali

DC187

Hi, not yet, I'll take this step over the weekend and report back.

ontnugtering

#9
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:

<?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...

rosali

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

ontnugtering

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.