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.
1 parent 696e491 commit 80d323eCopy full SHA for 80d323e
program/js/app.js
@@ -7817,7 +7817,6 @@ function rcube_webmail() {
7817
};
7818
7819
// TODO: In the receive callback, can we wait for the confirmation dialog without introducing async/await and Promises?
7820
- // TODO: save only if the list is different than at start
7821
this.make_folder_lists_sortable = () => {
7822
const mainFolderList = this.gui_objects.subscriptionlist;
7823
$folderLists = $('ul', mainFolderList.parentElement);
0 commit comments