summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-26 19:16:03 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-26 19:16:03 +0100
commit723f4e63aa2e60e0ef72cdfb506299512a9c3405 (patch)
tree48cfa43662331e5e209db385c46b179c80f02871 /program/steps/mail/sendmail.inc
parent3ca58cd22cae4cbc07479792f4ff4258aad785af (diff)
Refresh current folder in opener window after draft save or message sent (#1488997)
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r--program/steps/mail/sendmail.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc
index eb0ba89c6..eca0b507d 100644
--- a/program/steps/mail/sendmail.inc
+++ b/program/steps/mail/sendmail.inc
@@ -820,6 +820,6 @@ else {
if ($store_folder && !$saved)
$OUTPUT->command('sent_successfully', 'error', rcube_label('errorsavingsent'));
else
- $OUTPUT->command('sent_successfully', 'confirmation', rcube_label('messagesent'));
+ $OUTPUT->command('sent_successfully', 'confirmation', rcube_label('messagesent'), $store_target);
$OUTPUT->send('iframe');
}