program/js/app.js
@@ -3607,7 +3607,8 @@ { var rc; if (!this.env.draft_id && id && (rc = this.opener())) { if (id && id != this.env.draft_id) { if (rc = this.opener()) { // refresh the drafts folder in opener window if (rc.env.task == 'mail' && rc.env.action == '' && rc.env.mailbox == this.env.drafts_mailbox) rc.command('checkmail'); @@ -3617,6 +3618,7 @@ $("input[name='_draft_saveid']").val(id); this.remove_compose_data(this.env.compose_id); } }; this.auto_save_start = function()