You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/steps
Bostjan Skufca 6fb8da08f3 Autocomplete search: add id and source (addressbook) into resulting contact data array
Two reasons:
- provide it to plugin backend functions that use 'contacts_autocomplete_after' hook
- provide it to frontend

Why to frontend?
If plugin JS adds an 'autocomplete_insert' hook we need to provide it with exact
autocomplete data. Providing it with name and email address only, without pinpointing
exact origin of this autocomplete result, will severely limit learning capabilities of
potential future autocomplete implementations.
9 years ago
..
addressbook Support contact+group searches in all relevant places (T1360) 10 years ago
mail Autocomplete search: add id and source (addressbook) into resulting contact data array 9 years ago
settings Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782) 10 years ago
utils Plugin API: Add html2text hook (backport from master) 10 years ago