Missed a spot to add additional maillog actions
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Feb 2010 18:48:14 +0000 (11:48 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Feb 2010 18:48:14 +0000 (11:48 -0700)
imp/lib/Maillog.php

index fbd65b1..ecde038 100644 (file)
@@ -47,7 +47,9 @@ class IMP_Maillog
                 break;
 
             case 'reply':
-                $params = array('action' => 'reply');
+            case 'reply_all':
+            case 'reply_list':
+                $params = array('action' => $type);
                 break;
             }