mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
Added more comment to displaySpecSetting
This commit is contained in:
parent
d34729a1ae
commit
324c7121cc
1 changed files with 7 additions and 4 deletions
|
@ -8,10 +8,13 @@ import { getFolderInboxName, getFolderFromCacheList } from 'Common/Cache';
|
|||
class FolderUserStore {
|
||||
constructor() {
|
||||
ko.addObservablesTo(this, {
|
||||
// To use "checkable" option in /#/settings/folders
|
||||
// When true, getNextFolderNames only lists system and "checkable" folders
|
||||
// and affects the update of unseen count
|
||||
// Auto set to true when amount of folders > folderSpecLimit to prevent requests overload
|
||||
/**
|
||||
* To use "checkable" option in /#/settings/folders
|
||||
* When true, getNextFolderNames only lists system and "checkable" folders
|
||||
* and affects the update of unseen count
|
||||
* Auto set to true when amount of folders > folderSpecLimit to prevent requests overload,
|
||||
* see application.ini [labs] folders_spec_limit
|
||||
*/
|
||||
displaySpecSetting: false,
|
||||
|
||||
sentFolder: '',
|
||||
|
|
Loading…
Reference in a new issue