mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Bugfix: move messages button [Ctrl] copy method
This commit is contained in:
parent
6c75dd12f8
commit
e566494a87
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue