W dniu 2011-04-02 00:30, Jesse Crawford pisze:
I have prepared a modification that will detect contacts having multiple email addresses and instead import them as multiple contacts (one per address) and then automatically place them in a roundcube group. This is the functionality that our users have requested and is, I think, useful to all roundcube users. As such I am sending a patch to you.
As you can see, it will check if the email field from squirrelmail contains a semicolon or comma (there seems to be some slight inconsistency on which character is used, so it is best, I think, to just work on both), and if there is it creates a group by the name of the squirrelmail contact, and then inserts a contact for each individual address (with only email address, no name info), and adds that contact to the group created before.
I don't like this behaviour. Svn-trunk version supports many email addresses per contact. So, it should be fixed this way.