mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Fix copy/move of mail to another mail account
This commit is contained in:
parent
dd8f1090f5
commit
ea47198d35
@ -2864,6 +2864,10 @@ app.classes.mail = AppJS.extend(
|
||||
messages['all'] = _allMessagesChecked;
|
||||
if (messages['all']=='cancel') return false;
|
||||
if (messages['all']) messages['activeFilters'] = this.mail_getActiveFilters(_action);
|
||||
|
||||
// Make sure a default target folder is set in case of drop target is parent 0 (mail account name)
|
||||
if (!target.match(/::/g)) target += '::INBOX';
|
||||
|
||||
var self = this;
|
||||
egw.json('mail.mail_ui.ajax_copyMessages',[target, messages, 'move'], function(){self.unlock_tree();})
|
||||
.sendRequest();
|
||||
|
Loading…
Reference in New Issue
Block a user