mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
@@ -378,7 +378,7 @@
|
||||
|
||||
angular.extend(options, { sortingAttributes: Mailbox.$query });
|
||||
if (angular.isDefined(filters)) {
|
||||
options.filters = _.reject(filters, function(filter) {
|
||||
options.filters = _.reject(angular.copy(filters), function(filter) {
|
||||
return !filter.searchInput || filter.searchInput.length === 0;
|
||||
});
|
||||
// Decompose filters that match two fields
|
||||
|
||||
Reference in New Issue
Block a user