Missed some reply notification status types
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 29 Aug 2010 00:26:08 +0000 (18:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 29 Aug 2010 00:27:27 +0000 (18:27 -0600)
imp/lib/Notification/Event/Status.php

index c9d6934..5812ebc 100644 (file)
@@ -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;