We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b67ef26 + c18c519 commit 9aa4a35Copy full SHA for 9aa4a35
modules/core/js_modules/actions/sortCombinedLists.js
modules/core/js_modules/route_handlers.js
@@ -145,7 +145,7 @@ function applyMessageListPageHandlers(routeParams) {
145
$('.combined_sort').val(routeParams.sort);
146
}
147
$('.combined_sort').on("change", function() {
148
- sortCombinedLists($(this).val());
+ Hm_Message_List.sort($(this).val());
149
});
150
151
// TODO: Refactor this handler to be more modular(applicable only for the imap list type)
0 commit comments