mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Add "move to folder" description
This commit is contained in:
parent
4e87568408
commit
a45e9ba9c8
6 changed files with 45 additions and 6 deletions
|
|
@ -16,7 +16,8 @@ import {
|
|||
$html,
|
||||
leftPanelDisabled,
|
||||
keyScopeReal,
|
||||
useKeyboardShortcuts
|
||||
useKeyboardShortcuts,
|
||||
moveAction
|
||||
} from 'Common/Globals';
|
||||
|
||||
import {
|
||||
|
|
@ -90,6 +91,8 @@ class MessageViewMailBoxUserView extends AbstractViewNext
|
|||
|
||||
this.pswp = null;
|
||||
|
||||
this.moveAction = moveAction;
|
||||
|
||||
this.allowComposer = !!Settings.capa(Capa.Composer);
|
||||
this.allowMessageActions = !!Settings.capa(Capa.MessageActions);
|
||||
this.allowMessageListActions = !!Settings.capa(Capa.MessageListActions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue