From 99c7fee20f189153b4293f4752502148b0dda3fa Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 18 Jun 2009 12:31:26 -0600 Subject: [PATCH] Better notification message on successful send in dimp. --- imp/compose-dimp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/compose-dimp.php b/imp/compose-dimp.php index 6ec6e818e..f26d18390 100644 --- a/imp/compose-dimp.php +++ b/imp/compose-dimp.php @@ -180,7 +180,7 @@ if (count($_POST)) { } if ($sent && $prefs->getValue('compose_confirm')) { - $notification->push(_("Message sent successfully."), 'horde.success'); + $notification->push(empty($header['subject']) ? _("Message sent successfully.") : sprintf(_("Message \"%s\" sent successfully."), $header['subject']), 'horde.success'); } /* Update maillog information. */ -- 2.11.0