diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-05 11:13:25 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-05 11:13:25 +0000 |
| commit | b5961b540d1f2a9e467e56f4dd9700a7f1a29b09 (patch) | |
| tree | 7bf5ac9fd4874d48317ad0ef114a60954000187c /roundcubemail/program | |
| parent | 2fcfda9afe6bad5a270fb98cdd0b568994989e7b (diff) | |
Also report errors when automatically sending receipt messages
git-svn-id: https://svn.roundcube.net/trunk@1745 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/show.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/show.inc b/roundcubemail/program/steps/mail/show.inc index 822934a74..256561e0e 100644 --- a/roundcubemail/program/steps/mail/show.inc +++ b/roundcubemail/program/steps/mail/show.inc @@ -92,6 +92,8 @@ if ($_GET['_uid']) { { if (rcmail_send_mdn($MESSAGE->uid)) $OUTPUT->show_message('receiptsent', 'confirmation'); + else + $OUTPUT->show_message('errorsendingreceipt', 'error'); } else if (empty($CONFIG['mdn_requests'])) { |
