Ticket #1484922 (closed Feature Requests: fixed)
turn off auto-completion with ldap books
| Reported by: | besancon | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-alpha |
| Component: | Core functionality | Version: | svn-trunk |
| Severity: | normal | Keywords: | auto completion ldap books |
| Cc: |
Description
In my case, the auto-completion feature, when composing a message, is too slow, because it searches between 5 different ldap and 30 000 contacts, and it is not useful, most of the time, for my users. But they need the access of these ldap books, just in case, and they need autocompletion, but only form their local address book ... So I wanted to *turn-off* auto-completion from the ldap books, and let it search only within the local address book. - added a line in main.inc.php :
$rcmail_config['compose_auto_completion'] = true;
- changed a line in compose.inc, from :
if (isset($CONFIG['ldap_public'])
to :
if (isset($CONFIG['ldap_public']) and isset($CONFIG['compose_auto_completion']) and $CONFIG['compose_auto_completion']===true)
If one developer thinks it would be useful for RC, take this code :)
Thks
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
