We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6c6db commit d1985fcCopy full SHA for d1985fc
program/js/app.js
@@ -7781,7 +7781,6 @@ function rcube_webmail() {
7781
};
7782
7783
// TODO: In the receive callback, can we wait for the confirmation dialog without introducing async/await and Promises?
7784
- // TODO: save only if the list is different than at start
7785
this.make_folder_lists_sortable = () => {
7786
const mainFolderList = this.gui_objects.subscriptionlist;
7787
$folderLists = $('ul', mainFolderList.parentElement);
0 commit comments