summaryrefslogtreecommitdiff
path: root/program/steps/mail/show.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-05 11:13:25 +0000
committerthomascube <thomas@roundcube.net>2008-09-05 11:13:25 +0000
commit86d43ef6f550a553f736495d853328a8eb12a88d (patch)
tree35e60f99087ebf655b970208211f8ace715c4e4a /program/steps/mail/show.inc
parentd072779bdb835187356dc02851e70a3ebbda455e (diff)
Also report errors when automatically sending receipt messages
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r--program/steps/mail/show.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc
index 822934a74..256561e0e 100644
--- a/program/steps/mail/show.inc
+++ b/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']))
{