Zitat von Dominik Erdmann <horde_mail...@der-domi.de>:

Hello,

I want to use the second email address in address book. So I configured following in turba/config/backends.local.php

        // 'email' => 'object_email',
        'homeEmail' => 'object_homeemail',
        'workEmail' => 'object_workemail',
[...]
    'search' => array(
        'name',
        'alias',
        'homeEmail',
        'workEmail',
        'category'
    ),

and additional:
Preferences => Mail => Address Books => Select all fields to search when expanding addresses: "all 5 fields"


But this does have some resulting problems:
- The auto completion for email addresses in "new message" does not work.
- The address book in "new message" is empty.
- If I add a S/MIME public keys to a contact in the address book, I get the message: "S/MIME Eror: No smimePublicKey entry found for u...@example.com"
- Maybe some more issues I don't see? ...

For the second point I found to change in imp/lib/Basic/Contacts.php
    'returnFields' => array('homeEmail', 'name', 'workEmail', 'name'),
So I get all email addresses returned.

My question is if there are any global setting to change this?

I found a bug report [1] which treat the first point.

Then you already have an answer to your question.

Thank you for your help!
Dominik

PS: Synchronization with ActiveSync works great with the two addresses.


[1] http://bugs.horde.org/ticket/12480


--
Jan Schneider
The Horde Project
http://www.horde.org/

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to