Mail: Attempt to stop mail from loading but not displaying the next mail after moving a mail to another folder

Now de-selecting so push update does not re-select
This commit is contained in:
nathangray 2021-03-15 14:41:26 -06:00
parent d6eb8a87de
commit 71be88ae75

View File

@ -3591,6 +3591,8 @@ app.classes.mail = AppJS.extend(
// Nextmatch automatically selects the next row and calls preview. // Nextmatch automatically selects the next row and calls preview.
// Stop it for now, we'll put it back when the copy is done // Stop it for now, we'll put it back when the copy is done
let on_select = nm.options.onselect; let on_select = nm.options.onselect;
_senders[0].parent.setAllSelected(false);
this.mail_preview([],nm);
nm.options.onselect = null; nm.options.onselect = null;
// thev 4th param indicates if it is a normal move messages action. if not the action is a move2.... (archiveFolder) action // thev 4th param indicates if it is a normal move messages action. if not the action is a move2.... (archiveFolder) action
egw.json('mail.mail_ui.ajax_copyMessages',[target, messages, 'move', (_action.id.substr(0,4)=='move'&&_action.id.substr(4,1)=='2'?'2':'_') ], function(){ egw.json('mail.mail_ui.ajax_copyMessages',[target, messages, 'move', (_action.id.substr(0,4)=='move'&&_action.id.substr(4,1)=='2'?'2':'_') ], function(){