From: Michael M Slusarz Date: Sun, 29 Aug 2010 00:26:08 +0000 (-0600) Subject: Missed some reply notification status types X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f58369f8b66c4807b10b1162dd64faaefe51501c;p=horde.git Missed some reply notification status types --- diff --git a/imp/lib/Notification/Event/Status.php b/imp/lib/Notification/Event/Status.php index c9d69343e..5812ebcc5 100644 --- a/imp/lib/Notification/Event/Status.php +++ b/imp/lib/Notification/Event/Status.php @@ -33,6 +33,8 @@ class IMP_Notification_Event_Status extends Horde_Core_Notification_Status break; case 'imp.reply': + case 'imp.reply_all': + case 'imp.reply_list': $img = 'mail_answered.png'; $label = _("Reply"); break;