mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Skip all non-visible folders in folderList instead of being hidden
This commit is contained in:
parent
44f73828f1
commit
1fdcc68518
2 changed files with 7 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<div class="b-content">
|
||||
<ul class="b-folders-system" data-bind="template: { name: 'MailFolderListSystemItem', foreach: folderListSystem }"></ul>
|
||||
<hr/>
|
||||
<ul class="b-folders-user" data-bind="template: { name: 'MailFolderListItem', foreach: folderList }"></ul>
|
||||
<ul class="b-folders-user" data-bind="template: { name: 'MailFolderListItem', foreach: folderListVisible }"></ul>
|
||||
<div class="move-action-content-wrapper" data-bind="visible: moveAction"></div>
|
||||
</div>
|
||||
<div class="b-content show-on-panel-disabled" data-bind="click: function () { leftPanelDisabled(false); }"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue