From 86d43ef6f550a553f736495d853328a8eb12a88d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 05 Sep 2008 07:13:25 -0400 Subject: [PATCH] Also report errors when automatically sending receipt messages --- program/steps/mail/show.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 822934a..256561e 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -92,6 +92,8 @@ { if (rcmail_send_mdn($MESSAGE->uid)) $OUTPUT->show_message('receiptsent', 'confirmation'); + else + $OUTPUT->show_message('errorsendingreceipt', 'error'); } else if (empty($CONFIG['mdn_requests'])) { -- Gitblit v1.9.1