Aleksander Machniak
2013-03-26 723f4e63aa2e60e0ef72cdfb506299512a9c3405
program/steps/mail/sendmail.inc
@@ -820,6 +820,6 @@
  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');
}