mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Partial fix for #170
This commit is contained in:
parent
eb31d0258a
commit
6465c95a91
2 changed files with 6 additions and 10 deletions
|
|
@ -216,7 +216,7 @@ class AppUser extends AbstractApp {
|
|||
}
|
||||
|
||||
messagesCopyHelper(sFromFolderFullName, sToFolderFullName, aUidForCopy) {
|
||||
Remote.request('MessageCopy', this.moveOrDeleteResponseHelper, {
|
||||
Remote.request('MessageCopy', null, {
|
||||
FromFolder: sFromFolderFullName,
|
||||
ToFolder: sToFolderFullName,
|
||||
Uids: aUidForCopy.join(',')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue