mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Changed: photoswipe > lightGallery
This commit is contained in:
parent
9b6b68e72b
commit
fc827326c4
51 changed files with 7754 additions and 37 deletions
|
|
@ -172,7 +172,6 @@
|
|||
Remote.folderSetSubscribe(Utils.emptyFunction, oFolder.fullNameRaw, true);
|
||||
|
||||
oFolder.subScribed(true);
|
||||
FolderStore.reComputeFolderListSubFolders();
|
||||
};
|
||||
|
||||
FoldersUserSettings.prototype.unSubscribeFolder = function (oFolder)
|
||||
|
|
@ -181,7 +180,6 @@
|
|||
Remote.folderSetSubscribe(Utils.emptyFunction, oFolder.fullNameRaw, false);
|
||||
|
||||
oFolder.subScribed(false);
|
||||
FolderStore.reComputeFolderListSubFolders();
|
||||
};
|
||||
|
||||
FoldersUserSettings.prototype.checkableTrueFolder = function (oFolder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue