Bugzilla@Mozdev – Bug 26360
Thunderbird 52 Filter List - search function not working
Last modified: 2017-05-29 10:25:34
You need to log in before you can comment on or make changes to this bug.
When entering a filter term in the search box, the list of filters is not affected anymore in Thunderbird 52. The Error Log shows: TypeError: aFilter.filterrName.toLocalLowerCase(...).contains is not a function
Created an attachment (id=8283) [details] quickFilters 3.3 pre45 quick fix
Fixed by using .indexOf(..) >=0 instead of .contains()
Fixed in version 3.2.1