Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Time Bandit on September 23, 2012, 10:07:50 PM

Title: Contact database
Post by: Time Bandit on September 23, 2012, 10:07:50 PM
Looking at the database tables it seems that one contact has only one user ID. I will have a number of users that want to have a common database of email addresses. I will be populating the MySQL data base directly from a separate membership database. So it looks like for contact person X I will need to enter their information again for each user. Is there not a way to set the database up for 1 contact to many users?
Title: Re: Contact database
Post by: SKaero on September 23, 2012, 10:23:30 PM
Look at the Global Address book plugin https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book/
Title: Re: Contact database
Post by: Time Bandit on September 23, 2012, 11:14:32 PM
Thanks SK,

I installed it and it works. The database structure is elegantly simple.

TB