mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03: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(),
|
||||
MessageStore.messageListCheckedOrSelectedUidsWithSubMails(),
|
||||
folder.fullNameRaw,
|
||||
false
|
||||
event.ctrlKey
|
||||
);
|
||||
} else {
|
||||
if (Layout.NoPreview === SettingsStore.layout()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue