roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.86k stars 1.63k forks source link

Sort contacts in search/autocomplete using "most popular" order #6519

Open archont00 opened 5 years ago

archont00 commented 5 years ago

It would be nice if roundcube shows the list of found contacts sorted (while the user types a name in the address fields of a new message composition) so that the most used contacts are shown in the top of the list of contacts matching the search criteria.

Maildroid behaves that way and it is a very addictive feature :-)

alecpl commented 5 years ago

There's a plugin already https://plugins.roundcube.net/packages/teon/smart_autocomplete

archont00 commented 5 years ago

Thanks pointing to that plugin. It seems to work only partially, though.

When I leave //Settings//Preferences//Contacts: Skip alternative email addresses in autocompletion "off" (default), then the autocomplete shows only the first address of the three existing for a single contact.

When I set it "on", then it shows only the last email address of that contact.

Without the plugin, all three addresses were shown. There seems to be no related "open issue" on the plugin's project. I will try to investigate further, but so far it is a no go.

(I use "elastic" release of RC from docker repository.)

archont00 commented 5 years ago

Re-opening, it was closed by mistake :-)