Bugfix: move messages button [Ctrl] copy method

This commit is contained in:
djmaze 2020-10-01 11:11:14 +02:00
parent 6c75dd12f8
commit e566494a87

View file

@ -77,7 +77,7 @@ class FolderListMailBoxUserView extends AbstractViewNext {
FolderStore.currentFolderFullNameRaw(), FolderStore.currentFolderFullNameRaw(),
MessageStore.messageListCheckedOrSelectedUidsWithSubMails(), MessageStore.messageListCheckedOrSelectedUidsWithSubMails(),
folder.fullNameRaw, folder.fullNameRaw,
false event.ctrlKey
); );
} else { } else {
if (Layout.NoPreview === SettingsStore.layout()) { if (Layout.NoPreview === SettingsStore.layout()) {