Opened 3 years ago
Closed 3 years ago
#1486772 closed Bugs (fixed)
duplicate suggestions in compose window when using automatic_addressbook or ldap server address book
| Reported by: | rosspointon | Owned by: | |
|---|---|---|---|
| Priority: | 9 | Milestone: | 0.4-stable |
| Component: | PHP backend | Version: | 0.4-beta |
| Severity: | minor | Keywords: | autocomplete |
| Cc: |
Description
I've found I'm getting duplicate email address' auto-suggested when composing emails, either when I've got an LDAP address book as well as a local one, or when using the automatic_addressbook plugin.
I propose the following change to /program/steps/mail/autocomplete.inc
at line 68, just above usort($contacts...
$contacts = array_unique ($contacts);
Thanks for all the good work,
Ross
Change History (2)
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.4-stable
comment:2 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [dbe49889].