mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 17:16:07 +08:00
Resolve #704
This commit is contained in:
parent
56fe3637f3
commit
82d5d34174
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
let view = e.detail;
|
||||
view.nextcloudSaveMsgs = () => {
|
||||
view.messageList.hasChecked()
|
||||
&& rl.ncFiles.selectFolder().then(folder => {
|
||||
&& rl.nextcloud.selectFolder().then(folder => {
|
||||
folder && view.messageList.forEach(msg => {
|
||||
msg.checked() && rl.pluginRemoteRequest(
|
||||
(iError, data) => {
|
||||
|
|
Loading…
Reference in a new issue