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?
Recent version is 1.3 from myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com) along with recent Roundcube SVN trunk from Roundcube Webmail (http://trac.roundcube.net).
I have updated Automatic addressbook to newest version, but problem still persists. Any ideas?
Could you please post the plugin config?
Here is my automatic_addressbook configuration file
/* 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;
?>
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.
Yeah I found that all my contacts are duplicated too :(
This is a really worthful comment. Did you a cross-check with recent Roundcube SVN and an empty addressbook?
Hi, not yet, I'll take this step over the weekend and report back.
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...
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)?
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.