canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
(Created page with 'As of Thunderbird 3.0.2 here is the current autocomplete algorithm: * The basic sort order will be based on how many times you have sent an email to a particular e-mail address.…') |
(Update for 3.0.4) |
||
| Line 1: | Line 1: | ||
As of Thunderbird 3.0. | As of Thunderbird 3.0.4 here is the current autocomplete algorithm: | ||
* The basic sort order will be based on how many times you have sent an email to a particular e-mail address. | * The basic sort order will be based on how many times you have sent an email to a particular e-mail address. | ||
** Only "Local"/"Personal" address books take account of the count. | ** Only "Local"/"Personal" address books take account of the count. | ||
** Mac OS X and LDAP address books do not participate in the count and contacts in those books will appear at the end of the list. | ** Mac OS X and LDAP address books do not participate in the count and contacts in those books will appear at the end of the list. | ||
* If the number of times you have sent an email a contact is the same, then the sort order will be based alphabetically. | * If the number of times you have sent an email a contact is the same, then the sort order will be based on alphabetically, but with primary emails appearing before additional emails. | ||
Known bugs in 3.0.4: | |||
* {{Bug|543114}} Mac OS X and LDAP address books do not participate in the count and contacts in those books will appear at the end of the list. | |||
* | Bugs in previous versions: | ||
* | |||
* TB 3.0 and 3.0.1 had a bug that affected the order such that it was a random order every time the same search string was entered. This was fixed in 3.0.2. | |||
* TB 3.0 through 3.0.3 had a bug where the primary and additional emails were sorted alphabetically regardless of status. | |||