Add "move to folder" description

This commit is contained in:
RainLoop Team 2017-03-01 21:38:18 +03:00
parent 4e87568408
commit a45e9ba9c8
6 changed files with 45 additions and 6 deletions

View file

@ -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);